summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-01-24 11:19:37 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-01-24 11:19:37 -0600
commit5c02840ffeb830ffc1b7078d6d8f6efceda46063 (patch)
tree927e8196a07065fbcd45cc63320f00d6f5715e42 /testing
parentf86968721803a448c97832638723c6ac8a351699 (diff)
downloadaports-5c02840ffeb830ffc1b7078d6d8f6efceda46063.tar.bz2
aports-5c02840ffeb830ffc1b7078d6d8f6efceda46063.tar.xz
testing/gnome-vfs: promote to main
Diffstat (limited to 'testing')
-rw-r--r--testing/gnome-vfs/APKBUILD43
-rw-r--r--testing/gnome-vfs/gnome-vfs.post-install7
-rw-r--r--testing/gnome-vfs/gnome-vfs.post-upgrade7
-rw-r--r--testing/gnome-vfs/gnome-vfs.pre-deinstall7
4 files changed, 0 insertions, 64 deletions
diff --git a/testing/gnome-vfs/APKBUILD b/testing/gnome-vfs/APKBUILD
deleted file mode 100644
index b07772b5c..000000000
--- a/testing/gnome-vfs/APKBUILD
+++ /dev/null
@@ -1,43 +0,0 @@
-# Contributor: William Pitcock <nenolod@dereferenced.org>
-# Maintainer:
-pkgname=gnome-vfs
-pkgver=2.24.4
-pkgrel=0
-pkgdesc="GNOME virtual filesystem subsystem"
-url="http://projects.gnome.org/gnome-vfs"
-arch="all"
-license="LGPL"
-depends="gnome-mime-data"
-depends_dev="gconf-dev libxml2-dev dbus-glib-dev gamin-dev"
-makedepends="$depends_dev intltool"
-install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"
-subpackages="$pkgname-dev $pkgname-doc"
-source="ftp://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2"
-
-_builddir="${srcdir}/${pkgname}-${pkgver}"
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --disable-scrollkeeper || return 1
- make || return 1
-}
-
-package() {
- cd "$_builddir"
-
- export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
- make DESTDIR="$pkgdir" install || return 1
-}
-
-md5sums="a05fab03eeef10a47dd156b758982f2e gnome-vfs-2.24.4.tar.bz2"
diff --git a/testing/gnome-vfs/gnome-vfs.post-install b/testing/gnome-vfs/gnome-vfs.post-install
deleted file mode 100644
index 00ff29a65..000000000
--- a/testing/gnome-vfs/gnome-vfs.post-install
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-for i in desktop_default_applications.schemas system_http_proxy.schemas desktop_gnome_url_handlers.schemas system_smb.schemas system_dns_sd.schemas; do
- echo "Installing GConf2 schema $i."
- GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
- /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$i > /dev/null
-done
diff --git a/testing/gnome-vfs/gnome-vfs.post-upgrade b/testing/gnome-vfs/gnome-vfs.post-upgrade
deleted file mode 100644
index 00ff29a65..000000000
--- a/testing/gnome-vfs/gnome-vfs.post-upgrade
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-for i in desktop_default_applications.schemas system_http_proxy.schemas desktop_gnome_url_handlers.schemas system_smb.schemas system_dns_sd.schemas; do
- echo "Installing GConf2 schema $i."
- GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
- /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$i > /dev/null
-done
diff --git a/testing/gnome-vfs/gnome-vfs.pre-deinstall b/testing/gnome-vfs/gnome-vfs.pre-deinstall
deleted file mode 100644
index 3cd527cfa..000000000
--- a/testing/gnome-vfs/gnome-vfs.pre-deinstall
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-for i in desktop_default_applications.schemas system_http_proxy.schemas desktop_gnome_url_handlers.schemas system_smb.schemas system_dns_sd.schemas; do
- echo "Uninstalling GConf2 schema $i."
- GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
- /usr/bin/gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/$i > /dev/null
-done