summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQue Quotion2017-11-10 03:27:07 +0900
committerQue Quotion2017-11-10 03:27:07 +0900
commit799ce759a712b0933a9464a77cec961527813ae4 (patch)
tree0bb5c2eef654c3271d6daa8919e179058b812af7 /PKGBUILD
parentc7d9a47ff079e682d16b51c4428e731546419c75 (diff)
downloadaur-799ce759a712b0933a9464a77cec961527813ae4.tar.gz
remove gconf-sharp package, provided in [extra]
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD22
1 files changed, 11 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9d033287083..ce838d1e1520 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id$
-# Maintainer: tobias <tobias@archlinux.org>
+# Maintainer: Que Quotion <quequotion@bugmenot.org>
+# Contributor: tobias <tobias@archlinux.org>
pkgbase=gnome-sharp
-pkgname=('gnome-sharp' 'art-sharp' 'gconf-sharp' 'gconf-sharp-peditors' 'libgnome-sharp' 'gnome-vfs-sharp')
+pkgname=('gnome-sharp' 'art-sharp' 'gconf-sharp-peditors' 'libgnome-sharp' 'gnome-vfs-sharp')
pkgvermajor=2
pkgverminor=24
pkgverpatch=4
@@ -41,14 +41,14 @@ package_art-sharp() {
make -C art install DESTDIR="${pkgdir}"
}
-package_gconf-sharp() {
- pkgdesc="Mono bindings for GConf"
- depends=('gtk-sharp-2' 'gconf')
-
- cd "${srcdir}/${pkgbase}-${pkgver}"
- make -C gconf/GConf install DESTDIR="${pkgdir}"
- make -C gconf/tools install DESTDIR="${pkgdir}"
-}
+#package_gconf-sharp() {
+# pkgdesc="Mono bindings for GConf"
+# depends=('gtk-sharp-2' 'gconf')
+#
+# cd "${srcdir}/${pkgbase}-${pkgver}"
+# make -C gconf/GConf install DESTDIR="${pkgdir}"
+# make -C gconf/tools install DESTDIR="${pkgdir}"
+#}
package_gconf-sharp-peditors() {
pkgdesc="Mono bindings for GConf - Property Editing classes"