[arch-commits] Commit in xfwm4-themes/repos/extra-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon Jun 4 04:12:31 UTC 2018


    Date: Monday, June 4, 2018 @ 04:12:29
  Author: foutrelis
Revision: 325752

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 04:12:23 UTC (rev 325751)
+++ PKGBUILD	2018-06-04 04:12:29 UTC (rev 325752)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Tobias Kieslich <tobias funnychar archlinux.org>
-
-pkgname=xfwm4-themes
-pkgver=4.10.0
-pkgrel=2
-pkgdesc="A set of additional themes for the Xfce window manager"
-arch=('any')
-url="http://www.xfce.org/"
-license=('GPL2')
-groups=('xfce4')
-depends=('xfwm4')
-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
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfwm4-themes/repos/extra-any/PKGBUILD (from rev 325751, xfwm4-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 04:12:29 UTC (rev 325752)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tobias Kieslich <tobias funnychar archlinux.org>
+
+pkgname=xfwm4-themes
+pkgver=4.10.0
+pkgrel=3
+pkgdesc="A set of additional themes for the Xfce window manager"
+arch=('any')
+url="http://www.xfce.org/"
+license=('GPL2')
+groups=('xfce4')
+depends=('xfwm4')
+source=(https://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
+  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