lib32-gconf

LOW
maintainer orphaned 0 votes scanned 2026-09-24 13:43:45.914206
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Tim Schumacher <timschumi@gmx.de>
2# Contributor: Jan de Groot <jan@archlinux.org>
3
4pkgname=lib32-gconf
5pkgver=3.2.6+11+g07808097
6pkgrel=7
7pkgdesc="An obsolete configuration database system"
8url="https://projects-old.gnome.org/gconf/"
9arch=(x86_64)
10license=(LGPL)
11depends=(gconf lib32-dbus-glib lib32-gtk3 lib32-polkit)
12makedepends=(intltool gtk-doc gobject-introspection git gnome-common gcc-multilib)
13install=gconf.install
14_commit=0780809731c8ab1c364202b1900d3df106b28626 # master
15source=("lib32-gconf::git+https://gitlab.gnome.org/Archive/gconf.git#commit=$_commit"
16 01_xml-gettext-domain.patch gconf-reload.patch)
17sha256sums=('SKIP'
18 'c883dec2b96978874a53700cfe7f26f24f8296767203e970bc6402b4b9945eb8'
19 '567b78d8b4b4bbcb77c5f134d57bc503c34867fcc6341c0b01716bcaa4a21694')
20
21pkgver() {
22 cd $pkgname
23 git describe --tags | sed 's/-/+/g'
24}
25
26prepare() {
27 cd $pkgname
28
29 # Patch from fedora - reloads gconf after installing schemas
30 patch -Np1 -i ../gconf-reload.patch
31
32 # http://bugzilla.gnome.org/show_bug.cgi?id=568845
33 patch -Np1 -i ../01_xml-gettext-domain.patch
34
35 # The following line copied from Fedora
36 # https://src.fedoraproject.org/rpms/GConf2/blob/70ed26d67b563d858a84505622d11f41879a6b37/f/GConf2.spec#_90
37 2to3 --write --nobackup gsettings/gsettings-schema-convert
38
39 sed -i '1s|#!/usr/bin/env python$|#!/usr/bin/python|' gsettings/gsettings-schema-convert
40
41 NOCONFIGURE=1 ./autogen.sh
42}
43
44build() {
45 cd $pkgname
46
47 export CC='gcc -m32'
48 export CXX='g++ -m32'
49 export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
50
51 ./configure \
52 --prefix=/usr \
53 --libdir=/usr/lib32 \
54 --sysconfdir=/etc \
55 --localstatedir=/var \
56 --libexecdir=/usr/lib32 \
57 --enable-defaults-service \
58 --disable-gtk-doc \
59 --disable-static \
60 --disable-orbit
61 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
62 make
63}
64
65check() {
66 cd $pkgname
67 make check
68}
69
70package() {
71 DESTDIR="$pkgdir" make -C $pkgname install
72 rm -rf "${pkgdir}"/{etc,usr/{bin,include,share}}
73}
74

Scan history

Scanned at (UTC)SeverityRules
2026-09-24 13:43:45 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion