summaryrefslogtreecommitdiff
path: root/smplayer
diff options
context:
space:
mode:
authorAlan Mizrahi <alan+crux@mizrahi.com.ve>2015-12-16 21:14:12 +0900
committerAlan Mizrahi <alan+crux@mizrahi.com.ve>2015-12-16 21:14:12 +0900
commit45afb9008a8d312232a7707714937ce3dff648c5 (patch)
tree3b31712d752ffcfda7cfcfa623ff4013302a4b08 /smplayer
parent582d40759ae943f157a8bfde6eec447a7469493a (diff)
downloadcontrib-45afb9008a8d312232a7707714937ce3dff648c5.tar.gz
contrib-45afb9008a8d312232a7707714937ce3dff648c5.tar.xz
smplayer: updated version 15.9.0 -> 15.11.0, changed man path
Diffstat (limited to 'smplayer')
-rw-r--r--smplayer/.footprint6
-rw-r--r--smplayer/.md5sum2
-rw-r--r--smplayer/Pkgfile5
3 files changed, 5 insertions, 8 deletions
diff --git a/smplayer/.footprint b/smplayer/.footprint
index b32a718de..2ba076bce 100644
--- a/smplayer/.footprint
+++ b/smplayer/.footprint
@@ -1,9 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/smplayer
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/smplayer.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/smplayer.desktop
@@ -37,6 +34,9 @@ drwxr-xr-x root/root usr/share/icons/hicolor/64x64/apps/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/smplayer.svg
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/smplayer.1.gz
drwxr-xr-x root/root usr/share/smplayer/
-rw-r--r-- root/root usr/share/smplayer/input.conf
drwxr-xr-x root/root usr/share/smplayer/shortcuts/
diff --git a/smplayer/.md5sum b/smplayer/.md5sum
index c65052647..0c498071c 100644
--- a/smplayer/.md5sum
+++ b/smplayer/.md5sum
@@ -1 +1 @@
-6ab6f96030df63b79f3a28fb3f99107d smplayer-15.9.0.tar.bz2
+e6f459f640908df2403381a39a27cdba smplayer-15.11.0.tar.bz2
diff --git a/smplayer/Pkgfile b/smplayer/Pkgfile
index 95daa2a2f..a4bbb16ab 100644
--- a/smplayer/Pkgfile
+++ b/smplayer/Pkgfile
@@ -5,7 +5,7 @@
# Optional: kdelibs
name=smplayer
-version=15.9.0
+version=15.11.0
release=1
source=(http://prdownloads.sf.net/$name/$name-$version.tar.bz2)
@@ -16,9 +16,6 @@ build() {
# Remove most debug messages
find src -type f -name '*.cpp' -print0 | xargs -0 sed -i -e 's|qDebug(.*);|{}|g'
- # Change man path
- sed -i -e 's|/share/man/|/man/|g' Makefile
-
# Check if kdelibs is installed, since its not detected automatically
[ -x /usr/bin/kde4-config ] && kde=KDE_SUPPORT=1

Generated by cgit