[arch-commits] Commit in (4 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Jan 16 15:32:26 UTC 2014


    Date: Thursday, January 16, 2014 @ 16:32:26
  Author: flexiondotorg
Revision: 104177

Added mate-dialogs

Added:
  mate-dialogs/
  mate-dialogs/repos/
  mate-dialogs/trunk/
  mate-dialogs/trunk/PKGBUILD

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

Added: mate-dialogs/trunk/PKGBUILD
===================================================================
--- mate-dialogs/trunk/PKGBUILD	                        (rev 0)
+++ mate-dialogs/trunk/PKGBUILD	2014-01-16 15:32:26 UTC (rev 104177)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
+# Contributor: Xpander <xpander0 at gmail.com>
+
+pkgname=mate-dialogs
+pkgver=1.6.2
+pkgrel=3
+pkgdesc="Display graphical dialog boxes from shell scripts"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk2' 'libnotify')
+makedepends=('docbook-xml' 'mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('64601ae71671911dbc83d1fab2a837da0b218cf9')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --disable-scrollkeeper
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-dialogs/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list