[arch-commits] Commit in pekwm-themes/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Oct 30 14:01:24 UTC 2017


    Date: Monday, October 30, 2017 @ 14:01:23
  Author: arodseth
Revision: 264782

archrelease: copy trunk to community-any

Added:
  pekwm-themes/repos/community-any/PKGBUILD
    (from rev 264781, pekwm-themes/trunk/PKGBUILD)
Deleted:
  pekwm-themes/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   42 ++++++++++++++++++++----------------------
 1 file changed, 20 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-30 14:01:13 UTC (rev 264781)
+++ PKGBUILD	2017-10-30 14:01:23 UTC (rev 264782)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=pekwm-themes
-pkgver=1.0.5
-pkgrel=3
-pkgdesc="PekWM themes collection"
-arch=('any')
-license=('GPL') # All the "theme" files have "License: GPL"
-url="http://ftp.sh.cvut.cz/MIRRORS/sourcemage/mirror/"
-depends=('pekwm')
-source=("http://ftp.de.debian.org/debian/pool/main/p/$pkgname/${pkgname}_$pkgver.orig.tar.gz")
-sha256sums=('5406fe7bbdfba05bb355cc991bf55276b6399e28cbfd2cd05189ae48f1df8321')
-
-package() {
-  cd "$pkgname"
-
-  mkdir -p "$pkgdir/usr/share/pekwm/themes"
-  cp -R "$srcdir/$pkgname/"* "$pkgdir/usr/share/pekwm/themes/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pekwm-themes/repos/community-any/PKGBUILD (from rev 264781, pekwm-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-10-30 14:01:23 UTC (rev 264782)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=pekwm-themes
+pkgver=1.0.5
+pkgrel=4
+pkgdesc='PekWM theme collection'
+arch=('any')
+url="https://github.com/aur-archive/pekwm-themes" # original upstream is gone
+license=('GPL')
+depends=('pekwm')
+source=("https://github.com/aur-archive/$pkgname/raw/master/$pkgname-$pkgver.tar.gz")
+sha256sums=('5406fe7bbdfba05bb355cc991bf55276b6399e28cbfd2cd05189ae48f1df8321')
+
+package() {
+  install -d "$pkgdir/usr/share/pekwm/themes"
+  cp -R "$srcdir/$pkgname/"* "$pkgdir/usr/share/pekwm/themes/"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list