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

Levente Polyak anthraxx at archlinux.org
Sat Jul 7 17:54:03 UTC 2018


    Date: Saturday, July 7, 2018 @ 17:54:03
  Author: anthraxx
Revision: 354047

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-07 17:53:53 UTC (rev 354046)
+++ PKGBUILD	2018-07-07 17:54:03 UTC (rev 354047)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-
-pkgname=smplayer-themes
-pkgver=17.3.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=('99f320fdd6934b377da7f39486489e8c5f6f2c76168b06a58ef4b019689da87fe7474ba59d0653e1ec8f2e2e075c1e9af06c09b6a3bc7a416f8c328a47e495fe')
-
-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 354046, smplayer-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-07 17:54:03 UTC (rev 354047)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+pkgname=smplayer-themes
+pkgver=18.6.0
+pkgrel=1
+epoch=1
+pkgdesc='Themes for SMPlayer'
+url='https://www.smplayer.info/'
+arch=('any')
+license=('GPL2')
+depends=('smplayer')
+makedepends=('optipng')
+source=(https://downloads.sourceforge.net/smplayer/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('e16f2dc50015b0034134a096ca99603167309c31bb50a44679c343b5f9c0ea786a17a0fb64eb1d71c61dacbd2a295adc0a82d23bd0837adf96664120f33adda6')
+
+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