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

Antonio Rojas arojas at archlinux.org
Sat Jun 11 17:10:43 UTC 2016


    Date: Saturday, June 11, 2016 @ 19:10:42
  Author: arojas
Revision: 179685

archrelease: copy trunk to community-any

Added:
  smplayer-themes/repos/community-any/
  smplayer-themes/repos/community-any/PKGBUILD
    (from rev 179684, smplayer-themes/trunk/PKGBUILD)

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

Copied: smplayer-themes/repos/community-any/PKGBUILD (from rev 179684, smplayer-themes/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2016-06-11 17:10:42 UTC (rev 179685)
@@ -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