[arch-commits] Commit in smplayer-themes/repos (testing-any testing-any/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Sep 30 19:16:00 UTC 2015


    Date: Wednesday, September 30, 2015 @ 21:16:00
  Author: arojas
Revision: 247938

archrelease: copy trunk to testing-any

Added:
  smplayer-themes/repos/testing-any/
  smplayer-themes/repos/testing-any/PKGBUILD
    (from rev 247937, smplayer-themes/trunk/PKGBUILD)

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

Copied: smplayer-themes/repos/testing-any/PKGBUILD (from rev 247937, smplayer-themes/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2015-09-30 19:16:00 UTC (rev 247938)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+pkgname=smplayer-themes
+pkgver=15.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=('d5c1889aea807a626c51dbb0a795a2a1')
+
+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