[arch-commits] Commit in (6 files)

Alexandre Filgueira faidoc at archlinux.org
Tue Nov 8 17:22:07 UTC 2016


    Date: Tuesday, November 8, 2016 @ 17:22:06
  Author: faidoc
Revision: 195151

New package

Added:
  xapps/
  xapps/repos/
  xapps/repos/community-i686/
  xapps/repos/community-x86_64/
  xapps/trunk/
  xapps/trunk/PKGBUILD

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Added: xapps/trunk/PKGBUILD
===================================================================
--- xapps/trunk/PKGBUILD	                        (rev 0)
+++ xapps/trunk/PKGBUILD	2016-11-08 17:22:06 UTC (rev 195151)
@@ -0,0 +1,32 @@
+# Maintainer: Alex Filgueira <alexfilgueira (at antergos.com)>
+# Contributor: Nate Simon <aurpkg (at natesimon.net)>
+
+pkgname=xapps
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libgnomekbd' 'python3')
+makedepends=('gnome-common' 'gobject-introspection')
+provides=($_pkgname)
+conflicts=('xapps-git')
+url='https://github.com/linuxmint/xapps'
+
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz")
+md5sums=('7d6aed5ca7c015ca0ad5c50e24633bd5')
+
+build() {
+    cd ${srcdir}/${pkgname}-${pkgver}
+
+    ./autogen.sh --prefix="/usr" \
+        --localstatedir="/var" \
+        --libexecdir="/usr/lib/${pkgname}"
+    make
+}
+
+package(){
+    cd ${srcdir}/${pkgname}-${pkgver}
+    make DESTDIR="$pkgdir/" install
+}
+



More information about the arch-commits mailing list