aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-08-01 03:49:29 +1000
committerMichael Palimaka <kensington@gentoo.org>2013-08-01 03:49:29 +1000
commit51d76dbab6e389226eaa0bda59c125adc94f71f7 (patch)
tree3cf375df4b6ebbd7b5376eb8c62d4368e6f50a8c /kde-misc
parent[kde-base/kwrite] Update HOMEPAGE wrt bug #478862. (diff)
downloadkde-51d76dbab6e389226eaa0bda59c125adc94f71f7.tar.gz
kde-51d76dbab6e389226eaa0bda59c125adc94f71f7.tar.bz2
kde-51d76dbab6e389226eaa0bda59c125adc94f71f7.zip
[kde-misc/about-distro] Customise display a bit.
Package-Manager: portage-2.1.13.2
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/about-distro/Manifest1
-rw-r--r--kde-misc/about-distro/about-distro-9999.ebuild11
-rw-r--r--kde-misc/about-distro/files/kcm-about-distrorc4
3 files changed, 16 insertions, 0 deletions
diff --git a/kde-misc/about-distro/Manifest b/kde-misc/about-distro/Manifest
new file mode 100644
index 0000000000..67245bacad
--- /dev/null
+++ b/kde-misc/about-distro/Manifest
@@ -0,0 +1 @@
+DIST glogo-small.png 24583 SHA256 0afc3eca084c327f8059166b86769f03c9c23e1e765bb47dc3229505abbac0c6 SHA512 648be463ec3812a2edcdab54d7a230bf2bd7e6895f4ffe72321d8fca28a5e1e0980f6e3b9a32f369c8369943ceb802a65a94b9dad820dcf2c81d4581d814cb48 WHIRLPOOL e161bf40c5e16180fa65217cb49314fb230c45329f4c518d6014083bd71da82d4aa048811ee814fde7fa300105cef16c182688445164ae84d0d700e23641b342
diff --git a/kde-misc/about-distro/about-distro-9999.ebuild b/kde-misc/about-distro/about-distro-9999.ebuild
index c4172a1b49..75b721bde9 100644
--- a/kde-misc/about-distro/about-distro-9999.ebuild
+++ b/kde-misc/about-distro/about-distro-9999.ebuild
@@ -8,9 +8,20 @@ inherit kde4-base
DESCRIPTION="KCM displaying distribution and system information"
HOMEPAGE="http://quickgit.kde.org/?p=about-distro.git"
+SRC_URI="http://www.gentoo.org/images/glogo-small.png"
EGIT_REPO_URI="git://anongit.kde.org/about-distro.git"
LICENSE="GPL-3"
SLOT="4"
KEYWORDS=""
IUSE="debug"
+
+src_install() {
+ kde4-base_src_install
+
+ insinto /usr/share/config
+ doins "${FILESDIR}"/kcm-about-distrorc
+
+ insinto /usr/share/${PN}
+ doins "${DISTDIR}"/glogo-small.png
+}
diff --git a/kde-misc/about-distro/files/kcm-about-distrorc b/kde-misc/about-distro/files/kcm-about-distrorc
new file mode 100644
index 0000000000..05aac0a2c5
--- /dev/null
+++ b/kde-misc/about-distro/files/kcm-about-distrorc
@@ -0,0 +1,4 @@
+[General]
+Name=Gentoo Linux
+LogoPath=/usr/share/about-distro/glogo-small.png
+Website=http://www.gentoo.org