[arch-commits] Commit in xfwm4-themes/repos (3 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Apr 30 04:21:49 UTC 2012


    Date: Monday, April 30, 2012 @ 00:21:49
  Author: foutrelis
Revision: 157910

db-move: moved xfwm4-themes from [testing] to [extra] (any)

Added:
  xfwm4-themes/repos/extra-any/PKGBUILD
    (from rev 157813, xfwm4-themes/repos/testing-any/PKGBUILD)
Deleted:
  xfwm4-themes/repos/extra-any/PKGBUILD
  xfwm4-themes/repos/testing-any/

----------+
 PKGBUILD |   63 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 35 insertions(+), 28 deletions(-)

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2012-04-30 04:21:48 UTC (rev 157909)
+++ extra-any/PKGBUILD	2012-04-30 04:21:49 UTC (rev 157910)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
-
-pkgname=xfwm4-themes
-pkgver=4.6.0
-pkgrel=2
-pkgdesc="A set of additional themes for the Xfce window manager"
-arch=('any')
-license=('GPL2')
-url="http://www.xfce.org/"
-groups=('xfce4')
-depends=('xfwm4')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=("http://archive.xfce.org/xfce/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('4dc5cb29cbd40e3b9dece12a85e20854')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
-    --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfwm4-themes/repos/extra-any/PKGBUILD (from rev 157813, xfwm4-themes/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2012-04-30 04:21:49 UTC (rev 157910)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tobias Kieslich <tobias funnychar archlinux.org>
+
+pkgname=xfwm4-themes
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="A set of additional themes for the Xfce window manager"
+arch=('any')
+url="http://www.xfce.org/"
+license=('GPL2')
+groups=('xfce4')
+depends=('xfwm4')
+options=('!libtool')
+source=(http://archive.xfce.org/src/art/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
+sha256sums=('3214d5f00e9703b5e8c9e7c3287d606dedec7285ceb4d5db332e93ada66fd575')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list