gconf: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:54 +02:00
parent b27c54d47f
commit bf9a8972af
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 84 deletions

View File

@ -1,53 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gconf-merge-tree
-rwxr-xr-x root/root usr/bin/gconftool-2
drwxr-xr-x root/root usr/etc/
drwxr-xr-x root/root usr/etc/gconf/
drwxr-xr-x root/root usr/etc/gconf/2/
-rw-r--r-- root/root usr/etc/gconf/2/path
drwxr-xr-x root/root usr/etc/gconf/gconf.xml.defaults/
drwxr-xr-x root/root usr/etc/gconf/gconf.xml.mandatory/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/gconf/
drwxr-xr-x root/root usr/include/gconf/2/
drwxr-xr-x root/root usr/include/gconf/2/gconf/
-rw-r--r-- root/root usr/include/gconf/2/gconf/gconf-changeset.h
-rw-r--r-- root/root usr/include/gconf/2/gconf/gconf-client.h
-rw-r--r-- root/root usr/include/gconf/2/gconf/gconf-engine.h
-rw-r--r-- root/root usr/include/gconf/2/gconf/gconf-enum-types.h
-rw-r--r-- root/root usr/include/gconf/2/gconf/gconf-error.h
-rw-r--r-- root/root usr/include/gconf/2/gconf/gconf-listeners.h
-rw-r--r-- root/root usr/include/gconf/2/gconf/gconf-schema.h
-rw-r--r-- root/root usr/include/gconf/2/gconf/gconf-value.h
-rw-r--r-- root/root usr/include/gconf/2/gconf/gconf.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/GConf/
drwxr-xr-x root/root usr/lib/GConf/2/
-rw-r--r-- root/root usr/lib/GConf/2/libgconfbackend-oldxml.a
-rwxr-xr-x root/root usr/lib/GConf/2/libgconfbackend-oldxml.la
-rwxr-xr-x root/root usr/lib/GConf/2/libgconfbackend-oldxml.so
-rw-r--r-- root/root usr/lib/GConf/2/libgconfbackend-xml.a
-rwxr-xr-x root/root usr/lib/GConf/2/libgconfbackend-xml.la
-rwxr-xr-x root/root usr/lib/GConf/2/libgconfbackend-xml.so
drwxr-xr-x root/root usr/lib/gconf/
-rwxr-xr-x root/root usr/lib/gconf/gconfd-2
-rw-r--r-- root/root usr/lib/libgconf-2.a
-rwxr-xr-x root/root usr/lib/libgconf-2.la
lrwxrwxrwx root/root usr/lib/libgconf-2.so -> libgconf-2.so.4.1.5
lrwxrwxrwx root/root usr/lib/libgconf-2.so.4 -> libgconf-2.so.4.1.5
-rwxr-xr-x root/root usr/lib/libgconf-2.so.4.1.5
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/gconf-2.0.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/gconf-2.m4
drwxr-xr-x root/root usr/share/dbus-1/
drwxr-xr-x root/root usr/share/dbus-1/services/
-rw-r--r-- root/root usr/share/dbus-1/services/org.gnome.GConf.service
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/gconftool-2.1.gz
drwxr-xr-x root/root usr/share/sgml/
drwxr-xr-x root/root usr/share/sgml/gconf/
-rw-r--r-- root/root usr/share/sgml/gconf/gconf-1.0.dtd

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38uJsRA7PmwXEsP5IsOl0gxjAK2dmLusRYE5cr8kF9tLYwEEfR4HuaXcXf8YWFKeXufKyyARGz5RJ65JFVnX6wE=
SHA256 (Pkgfile) = 98399b8186a271eb99a2e1e68ea4c75612c1007a412232abd5d0a61eec2e78e3
SHA256 (.footprint) = a3ffa1e107a6212b5fcd90eee0763047f86ce7da3ba8260317527f48937ae82e
SHA256 (GConf-3.2.6.tar.xz) = 1912b91803ab09a5eed34d364bf09fe3a2a9c96751fde03a4e0cfa51a04d784c

View File

@ -1,26 +0,0 @@
# Description: An obsolete configuration database system
# URL: https://web.archive.org/web/20170226030208/https://projects.gnome.org/gconf/
# Maintainer: UNMAINTAINED
# Depends on: dbus-glib intltool libxml2
name=gconf
version=3.2.6
release=2
source=(https://download.gnome.org/sources/GConf/3.2/GConf-$version.tar.xz)
build() {
cd GConf-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--disable-orbit \
--disable-nls \
--enable-gsettings-backend=no
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
rm -r $PKG/usr/share/locale
}