[arch-commits] Commit in smplayer-themes/repos/extra-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Jun 11 12:57:22 UTC 2016
Date: Saturday, June 11, 2016 @ 14:57:22
Author: arojas
Revision: 269344
archrelease: copy trunk to extra-any
Added:
smplayer-themes/repos/extra-any/PKGBUILD
(from rev 269343, smplayer-themes/trunk/PKGBUILD)
Deleted:
smplayer-themes/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-06-11 12:56:58 UTC (rev 269343)
+++ PKGBUILD 2016-06-11 12:57:22 UTC (rev 269344)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-
-pkgname=smplayer-themes
-pkgver=15.12.0
-pkgrel=1
-epoch=1
-pkgdesc="Themes for SMPlayer"
-arch=('any')
-url="http://smplayer.sourceforge.net/"
-license=('GPL')
-depends=('smplayer')
-makedepends=('optipng')
-source=(http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2)
-md5sums=('70aedf0e3228b338cc04846fda73b746')
-
-prepare() {
- cd $pkgname-$pkgver
-
- # Fix invalid PNG icons to work with libpng 1.6
- find -name '*.png' -exec optipng -quiet -force -fix {} +
-}
-
-build() {
- cd $pkgname-$pkgver
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make PREFIX="$pkgdir/usr" install
-}
Copied: smplayer-themes/repos/extra-any/PKGBUILD (from rev 269343, smplayer-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-06-11 12:57:22 UTC (rev 269344)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+pkgname=smplayer-themes
+pkgver=16.6.0
+pkgrel=1
+epoch=1
+pkgdesc="Themes for SMPlayer"
+arch=('any')
+url="http://smplayer.sourceforge.net/"
+license=('GPL')
+depends=('smplayer')
+makedepends=('optipng')
+source=(http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2)
+md5sums=('7c2e475290e3edda69e52ec8682743dd')
+
+prepare() {
+ cd $pkgname-$pkgver
+
+ # Fix invalid PNG icons to work with libpng 1.6
+ find -name '*.png' -exec optipng -quiet -force -fix {} +
+}
+
+build() {
+ cd $pkgname-$pkgver
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make PREFIX="$pkgdir/usr" install
+}
More information about the arch-commits
mailing list