diff options
author | Davide Pesavento <pesa@gentoo.org> | 2012-03-17 19:39:20 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2012-03-17 19:39:20 +0000 |
commit | a1bf5d110b4e56e7e1e41a9c1e8b162c89442230 (patch) | |
tree | 077900d870c7aff121b6d96733da6ea43ff01ebf /media-video | |
parent | Version bump (diff) | |
download | gentoo-2-a1bf5d110b4e56e7e1e41a9c1e8b162c89442230.tar.gz gentoo-2-a1bf5d110b4e56e7e1e41a9c1e8b162c89442230.tar.bz2 gentoo-2-a1bf5d110b4e56e7e1e41a9c1e8b162c89442230.zip |
Revbump with yet another patch to fix installation of icon and man page. Thanks to Nikoli again.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/qx11grab/ChangeLog | 10 | ||||
-rw-r--r-- | media-video/qx11grab/files/0.4.1-fix-install-destination.patch | 25 | ||||
-rw-r--r-- | media-video/qx11grab/qx11grab-0.4.1-r2.ebuild (renamed from media-video/qx11grab/qx11grab-0.4.1-r1.ebuild) | 3 |
3 files changed, 36 insertions, 2 deletions
diff --git a/media-video/qx11grab/ChangeLog b/media-video/qx11grab/ChangeLog index 43ba569f9385..fb4a3fdd7250 100644 --- a/media-video/qx11grab/ChangeLog +++ b/media-video/qx11grab/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-video/qx11grab # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/qx11grab/ChangeLog,v 1.17 2012/03/17 17:13:08 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/qx11grab/ChangeLog,v 1.18 2012/03/17 19:39:19 pesa Exp $ + +*qx11grab-0.4.1-r2 (17 Mar 2012) + + 17 Mar 2012; Davide Pesavento <pesa@gentoo.org> + +files/0.4.1-fix-install-destination.patch, +qx11grab-0.4.1-r2.ebuild, + -qx11grab-0.4.1-r1.ebuild: + Revbump with yet another patch to fix installation of icon and man page. + Thanks to Nikoli again. *qx11grab-0.4.1-r1 (17 Mar 2012) diff --git a/media-video/qx11grab/files/0.4.1-fix-install-destination.patch b/media-video/qx11grab/files/0.4.1-fix-install-destination.patch new file mode 100644 index 000000000000..70325762be8d --- /dev/null +++ b/media-video/qx11grab/files/0.4.1-fix-install-destination.patch @@ -0,0 +1,25 @@ +diff -Naur qx11grab-0.4.1.orig/CMakeLists.txt qx11grab-0.4.1/CMakeLists.txt +--- qx11grab-0.4.1.orig/CMakeLists.txt 2012-03-17 20:12:08.421574605 +0100 ++++ qx11grab-0.4.1/CMakeLists.txt 2012-03-17 20:24:11.833530710 +0100 +@@ -318,7 +318,7 @@ + + INSTALL (FILES + ${ARCHIVE_OUTPUT_PATH}/qx11grab.1 +- DESTINATION share/man/man1/qx11grab.1 ++ DESTINATION share/man/man1/ + ) + + ############################################################## +diff -Naur qx11grab-0.4.1.orig/icons/CMakeLists.txt qx11grab-0.4.1/icons/CMakeLists.txt +--- qx11grab-0.4.1.orig/icons/CMakeLists.txt 2012-03-17 20:12:08.410574742 +0100 ++++ qx11grab-0.4.1/icons/CMakeLists.txt 2012-03-17 20:19:27.200089116 +0100 +@@ -20,7 +20,8 @@ + ## Pixmaps + INSTALL (FILES + qx11grab_36.png +- DESTINATION share/pixmaps/qx11grab.png ++ DESTINATION share/pixmaps/ ++ RENAME qx11grab.png + COMPONENT data + ) + diff --git a/media-video/qx11grab/qx11grab-0.4.1-r1.ebuild b/media-video/qx11grab/qx11grab-0.4.1-r2.ebuild index 9a836ef73386..dc0f22dd101d 100644 --- a/media-video/qx11grab/qx11grab-0.4.1-r1.ebuild +++ b/media-video/qx11grab/qx11grab-0.4.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/qx11grab/qx11grab-0.4.1-r1.ebuild,v 1.1 2012/03/17 17:13:08 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/qx11grab/qx11grab-0.4.1-r2.ebuild,v 1.1 2012/03/17 19:39:19 pesa Exp $ EAPI=4 @@ -36,6 +36,7 @@ PDEPEND="virtual/freedesktop-icon-theme" PATCHES=( "${FILESDIR}/${PV}-detect-avconv-presets-dir.patch" + "${FILESDIR}/${PV}-fix-install-destination.patch" "${FILESDIR}/${PV}-fix-typos-in-CMakeLists.patch" "${FILESDIR}/${PV}-optional-pulseaudio.patch" ) |