lib32-gconf
LOW
maintainer orphaned
0 votes
scanned 2026-09-24 13:43:45.914206
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
4
pkgname=lib32-gconf
5
pkgver=3.2.6+11+g07808097
6
pkgrel=7
7
pkgdesc="An obsolete configuration database system"
8
url="https://projects-old.gnome.org/gconf/"
9
arch=(x86_64)
10
license=(LGPL)
11
depends=(gconf lib32-dbus-glib lib32-gtk3 lib32-polkit)
12
makedepends=(intltool gtk-doc gobject-introspection git gnome-common gcc-multilib)
13
install=gconf.install
14
_commit=0780809731c8ab1c364202b1900d3df106b28626 # master
15
source=("lib32-gconf::git+https://gitlab.gnome.org/Archive/gconf.git#commit=$_commit"
16
01_xml-gettext-domain.patch gconf-reload.patch)
17
sha256sums=('SKIP'
18
'c883dec2b96978874a53700cfe7f26f24f8296767203e970bc6402b4b9945eb8'
19
'567b78d8b4b4bbcb77c5f134d57bc503c34867fcc6341c0b01716bcaa4a21694')
20
21
pkgver() {
22
cd $pkgname
23
git describe --tags | sed 's/-/+/g'
24
}
25
26
prepare() {
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
44
build() {
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
65
check() {
66
cd $pkgname
67
make check
68
}
69
70
package() {
71
DESTDIR="$pkgdir" make -C $pkgname install
72
rm -rf "${pkgdir}"/{etc,usr/{bin,include,share}}
73
}
74
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-24 13:43:45 | Low | 1 |