summaryrefslogtreecommitdiffstats
path: root/extra/gsettings-desktop-schemas/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gsettings-desktop-schemas/Pkgfile')
-rw-r--r--extra/gsettings-desktop-schemas/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/gsettings-desktop-schemas/Pkgfile b/extra/gsettings-desktop-schemas/Pkgfile
new file mode 100644
index 000000000..7850b7bd5
--- /dev/null
+++ b/extra/gsettings-desktop-schemas/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Contient une collection de schemas GSettings.
+# URL: http://www.gnome.org/
+# Maintainer: piernov <piernov@piernov.org>
+# Packager: piernov <piernov@piernov.org>
+# Depends on: intltool
+# Run on:
+
+name=gsettings-desktop-schemas
+version=3.2.0
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var/lib
+ make
+ make DESTDIR=$PKG install
+}