[arch-commits] Commit in gtk-engine-unico/repos (4 files)

Felix Yan fyan at archlinux.org
Tue Nov 17 14:54:15 UTC 2015


    Date: Tuesday, November 17, 2015 @ 15:54:15
  Author: fyan
Revision: 146992

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gtk-engine-unico/repos/community-i686/
  gtk-engine-unico/repos/community-i686/PKGBUILD
    (from rev 146991, gtk-engine-unico/trunk/PKGBUILD)
  gtk-engine-unico/repos/community-x86_64/
  gtk-engine-unico/repos/community-x86_64/PKGBUILD
    (from rev 146991, gtk-engine-unico/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: gtk-engine-unico/repos/community-i686/PKGBUILD (from rev 146991, gtk-engine-unico/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-17 14:54:15 UTC (rev 146992)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Dan Panzarella <alsoelp at gmail.com>
+
+pkgname=gtk-engine-unico
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="New GTK+ 3.0 theming engine by Andrea Cimitan"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/unico"
+license=('GPL')
+depends=("gtk3")
+makedepends=("gnome-common")
+source=("http://launchpad.net/unico/1.0/$pkgver/+download/unico-$pkgver.tar.gz")
+md5sums=('19fb3ecc36d4d13b4a76e26a4ebd6412')
+options=(!libtool)
+
+
+build() {
+  cd unico-$pkgver
+  
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd unico-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gtk-engine-unico/repos/community-x86_64/PKGBUILD (from rev 146991, gtk-engine-unico/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-17 14:54:15 UTC (rev 146992)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Dan Panzarella <alsoelp at gmail.com>
+
+pkgname=gtk-engine-unico
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="New GTK+ 3.0 theming engine by Andrea Cimitan"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/unico"
+license=('GPL')
+depends=("gtk3")
+makedepends=("gnome-common")
+source=("http://launchpad.net/unico/1.0/$pkgver/+download/unico-$pkgver.tar.gz")
+md5sums=('19fb3ecc36d4d13b4a76e26a4ebd6412')
+options=(!libtool)
+
+
+build() {
+  cd unico-$pkgver
+  
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd unico-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list