diff options
Diffstat (limited to 'ubuntu-overlay/x11-themes/human-gtk-theme/human-gtk-theme-0.2.ebuild')
-rw-r--r-- | ubuntu-overlay/x11-themes/human-gtk-theme/human-gtk-theme-0.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ubuntu-overlay/x11-themes/human-gtk-theme/human-gtk-theme-0.2.ebuild b/ubuntu-overlay/x11-themes/human-gtk-theme/human-gtk-theme-0.2.ebuild index 9b8c30e..a8fa5d8 100644 --- a/ubuntu-overlay/x11-themes/human-gtk-theme/human-gtk-theme-0.2.ebuild +++ b/ubuntu-overlay/x11-themes/human-gtk-theme/human-gtk-theme-0.2.ebuild @@ -2,17 +2,17 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -DESCRIPTION="Human GTK+ Theme" +DESCRIPTION="Human GTK+ and Metacity Theme" HOMEPAGE="" -SRC_URI="http://rpm.rutgers.edu/repository/ubuntu/pool/main/h/${PN}/${PN}_${PV}.orig.tar.gz" +SRC_URI="http://librarian.launchpad.net/4167695/${PN}_${PV}.orig.tar.gz" -LICENSE="" +LICENSE="CCPL-Attribution-ShareAlike-2.5" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -S="${WORKDIR}/${MY_PN}-${PV}" +RDEPEND="x11-themes/gtk-engines-ubuntulooks" src_install() { - einstall + einstall || die "einstall failed" } |