From 1c08ab157418d95634de389286f39244f1cdc912 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Sat, 5 Sep 2015 16:13:40 -0300 Subject: rebuild libre/smplayer to fix GNU/Linux name --- libre/smplayer/PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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() { -- cgit v1.2.3-54-g00ecf