summaryrefslogtreecommitdiff
path: root/libre/smplayer
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-05 16:13:40 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-22 16:15:01 -0300
commit1c08ab157418d95634de389286f39244f1cdc912 (patch)
treeedcbc2fa7177d2f121ced3b16e937820d827560b /libre/smplayer
parent80eb422bcbebb70d21f7be386dcb10e7e51ba7c7 (diff)
rebuild libre/smplayer to fix GNU/Linux name
Diffstat (limited to 'libre/smplayer')
-rw-r--r--libre/smplayer/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/libre/smplayer/PKGBUILD b/libre/smplayer/PKGBUILD
index 0191b5bbd..8f9e96484 100644
--- a/libre/smplayer/PKGBUILD
+++ b/libre/smplayer/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=smplayer
pkgver=14.9.0.6994
-pkgrel=1.parabola1
+pkgrel=1.parabola2
pkgdesc="A complete front-end for MPlayer, without nonfree smtube recommendation"
arch=('i686' 'x86_64')
url="http://smplayer.sourceforge.net/"
@@ -30,6 +30,9 @@ prepare() {
sed -i 's|DEFINES [+][=] YOUTUBE_SUPPORT|#DEFINES += YOUTUBE_SUPPORT|
s|DEFINES [+][=] YT_USE_SCRIPT|#DEFINES += YT_USE_SCRIPT|
' src/smplayer.pro
+
+ # fix GNU/Linux name
+ sed -i 's|Linux|GNU/Linux|' src/smplayer.cpp
}
build() {