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

Levente Polyak anthraxx at archlinux.org
Thu Feb 16 22:31:15 UTC 2017


    Date: Thursday, February 16, 2017 @ 22:31:14
  Author: anthraxx
Revision: 212660

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-16 22:31:07 UTC (rev 212659)
+++ PKGBUILD	2017-02-16 22:31:14 UTC (rev 212660)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-
-pkgname=smplayer-themes
-pkgver=16.8.0
-pkgrel=1
-epoch=1
-pkgdesc='Themes for SMPlayer'
-url='http://smplayer.sourceforge.net/'
-arch=('any')
-license=('GPL2')
-depends=('smplayer')
-makedepends=('optipng')
-source=(https://downloads.sourceforge.net/smplayer/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('e15663cad1eb3028f3e278fc8253f3835879e7a5277ac847d46d646a7c5f848e0994f22ec421f158225a8d8d7d5a0c04bb686ac33d802e663e671277b304967f')
-
-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 PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-}
-
-# vim: ts=2 sw=2 et:

Copied: smplayer-themes/repos/community-any/PKGBUILD (from rev 212659, smplayer-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-02-16 22:31:14 UTC (rev 212660)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+pkgname=smplayer-themes
+pkgver=17.2.0
+pkgrel=1
+epoch=1
+pkgdesc='Themes for SMPlayer'
+url='http://smplayer.sourceforge.net/'
+arch=('any')
+license=('GPL2')
+depends=('smplayer')
+makedepends=('optipng')
+source=(https://downloads.sourceforge.net/smplayer/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('c2ca64aed6feda30de2be62f1ced99122cc92506c086dbb2a8f9b8a5a6b0f9d6bb3c85dfa43be0dea848f8e2d094115de1acf75da3c23ecf8d46d3685d22e4ba')
+
+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 PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list