summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-09-06 18:48:30 +0000
committerJeroen Roovers <jer@gentoo.org>2011-09-06 18:48:30 +0000
commit1514daa33530ce551cb6e42733675f2fe884cbfa (patch)
tree686b5909dd29484ed685c1a0ff0fdb714250d0ae /sys-boot/unetbootin
parentDepend on ncurses[unicode?], bug 381739. (diff)
downloadgentoo-2-1514daa33530ce551cb6e42733675f2fe884cbfa.tar.gz
gentoo-2-1514daa33530ce551cb6e42733675f2fe884cbfa.tar.bz2
gentoo-2-1514daa33530ce551cb6e42733675f2fe884cbfa.zip
Install icons in the right directories by Cyril (bug #382063).
(Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/unetbootin')
-rw-r--r--sys-boot/unetbootin/ChangeLog6
-rw-r--r--sys-boot/unetbootin/unetbootin-549.ebuild4
-rw-r--r--sys-boot/unetbootin/unetbootin-555.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-boot/unetbootin/ChangeLog b/sys-boot/unetbootin/ChangeLog
index e824ab921f56..0541c5e34556 100644
--- a/sys-boot/unetbootin/ChangeLog
+++ b/sys-boot/unetbootin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-boot/unetbootin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.63 2011/09/06 14:47:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.64 2011/09/06 18:48:30 jer Exp $
+
+ 06 Sep 2011; Jeroen Roovers <jer@gentoo.org> unetbootin-549.ebuild,
+ unetbootin-555.ebuild:
+ Install icons in the right directories by Cyril (bug #382063).
*unetbootin-555 (06 Sep 2011)
diff --git a/sys-boot/unetbootin/unetbootin-549.ebuild b/sys-boot/unetbootin/unetbootin-549.ebuild
index d2c9d76b6110..f81e50c56259 100644
--- a/sys-boot/unetbootin/unetbootin-549.ebuild
+++ b/sys-boot/unetbootin/unetbootin-549.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-549.ebuild,v 1.3 2011/05/24 21:05:19 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-549.ebuild,v 1.4 2011/09/06 18:48:30 jer Exp $
EAPI="3"
@@ -37,7 +37,7 @@ src_install() {
for file in ${PN}*.png; do
size="${file/unetbootin_}"
size="${size/.png}x${size/.png}"
- insinto /usr/share/icons/hicolor/${size}
+ insinto /usr/share/icons/hicolor/${size}/apps
newins ${file} ${PN}.png
done
}
diff --git a/sys-boot/unetbootin/unetbootin-555.ebuild b/sys-boot/unetbootin/unetbootin-555.ebuild
index f8db102d6875..a9c83afa764b 100644
--- a/sys-boot/unetbootin/unetbootin-555.ebuild
+++ b/sys-boot/unetbootin/unetbootin-555.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-555.ebuild,v 1.1 2011/09/06 14:47:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-555.ebuild,v 1.2 2011/09/06 18:48:30 jer Exp $
EAPI="3"
@@ -37,7 +37,7 @@ src_install() {
for file in ${PN}*.png; do
size="${file/unetbootin_}"
size="${size/.png}x${size/.png}"
- insinto /usr/share/icons/hicolor/${size}
+ insinto /usr/share/icons/hicolor/${size}/apps
newins ${file} ${PN}.png
done
}