summaryrefslogtreecommitdiff
path: root/x11-themes/gnustep-neos-theme
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /x11-themes/gnustep-neos-theme
reinit the tree, so we can have metadata
Diffstat (limited to 'x11-themes/gnustep-neos-theme')
-rw-r--r--x11-themes/gnustep-neos-theme/Manifest5
-rw-r--r--x11-themes/gnustep-neos-theme/gnustep-neos-theme-0.1.ebuild37
-rw-r--r--x11-themes/gnustep-neos-theme/metadata.xml9
3 files changed, 51 insertions, 0 deletions
diff --git a/x11-themes/gnustep-neos-theme/Manifest b/x11-themes/gnustep-neos-theme/Manifest
new file mode 100644
index 000000000000..8ff65504f746
--- /dev/null
+++ b/x11-themes/gnustep-neos-theme/Manifest
@@ -0,0 +1,5 @@
+DIST Neos-0.1.theme.tar.gz 63018 SHA256 bda4aad335196054f59742ec1f68aee32b13d7f604b8df630bac3ba8cd343b59 SHA512 9c8c404d2a67c77f64dec94b9828ff54e48360357e7dab5d374481a0249998e93a23a32344bf8ebfb9c1a5822c553265903e6c6cb576be3e8123c68b114e2874 WHIRLPOOL 01e4214fb44fce5f4e66bf312b434de51853384e263b56f1072f18286956ab8d9d7c540122d969de2b15ab76b188a59bd5013305ceb45c78002dff6f7624a913
+EBUILD gnustep-neos-theme-0.1.ebuild 695 SHA256 350563e19773024b3ffbd0854a4f3b0bfeaede4a1dff7536835539418c8d7d84 SHA512 99026cf184197b57834acab6cff698341bd4548d6a685c0a1f68c0e9a131ee2287dc20aba7588464779fa4c15654e70e417559f326659fcff1134666aee7d1ef WHIRLPOOL 5604bbddc05157568978b0902f969c0549b29d29b89828ca821a620072538cb8dcbe4894d6d0adb0198937f0464f40e93f8b317e0b65a21d94398ca4886fdb41
+MISC ChangeLog 2575 SHA256 8e8c0f859d398ca5a438b46db5769faaae1082451524f69b4047674dbc8f707d SHA512 16841a39af0d7a90062837cf27e7e33ae6810e60b56c4f856261f6a5111669b1b9b60006a0532aeb66fe8ee0d314dedace78aed9d59d20eb2f19abf956061205 WHIRLPOOL 705b326e82184d628d77a1b953f83b563dd1af44d909adcd05aa383610203a125d6b7d3be90ce9bcb757c5e3aa1841c46148c33b881af2227e5c16d19f85c236
+MISC ChangeLog-2015 769 SHA256 85a308106ea8645adbc2798020ff052385cfedbdb46e545e471fc69a3cb286c0 SHA512 d1b9ba55ae1d83c3743fd0864f2d586c55f5b0094c7158d2ddf63b2a7dabc3a98c609e82242da8d3b23c99ed8ff3669e9ec51d84e61b43026134667f74340a5b WHIRLPOOL 6ee662d774eb439c7eff9072f5027c29ebfa4ad8f1fd9f2397fd190575adf0a379d08bf2c4eda719e577132786871a5d5161012c2624e4d8184c00f6998ce48a
+MISC metadata.xml 637 SHA256 fd6285d4b8cb9a450ebdc68ea1a98d18734ee6a6ae850240dba7ae46dc36788e SHA512 5a5d44b5c66dd38f3bb5e70dc09e46c770c1e2f8f93b2868b9b5e9ea9b7654e3d299a22877a6821736e0b4e6091a498751b181c4369ba05fcb1aebb818ce851a WHIRLPOOL e8d66c25e51715781d5d71abd5c055ce7d204cf3350885321ad461b04636eba7f5d9708b5277a9e284456b6e346705d7fb3477a3e53372e4aea8800394edd785
diff --git a/x11-themes/gnustep-neos-theme/gnustep-neos-theme-0.1.ebuild b/x11-themes/gnustep-neos-theme/gnustep-neos-theme-0.1.ebuild
new file mode 100644
index 000000000000..c7ff7f338082
--- /dev/null
+++ b/x11-themes/gnustep-neos-theme/gnustep-neos-theme-0.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils gnustep-2
+
+DESCRIPTION="GNUstep theme closely following the original NeXT look and feel"
+HOMEPAGE="http://gap.nongnu.org/themes/index.html"
+SRC_URI="https://savannah.nongnu.org/download/gap/Neos-${PV}.theme.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}
+
+RESTRICT="binchecks strip"
+
+src_prepare() {
+ ecvs_clean
+}
+
+src_compile() { :; }
+
+src_install() {
+ egnustep_env
+
+ #install themes
+ insinto ${GNUSTEP_SYSTEM_LIBRARY}/Themes
+ doins -r "${S}"/*theme
+}
+
+pkg_postinst() {
+ elog "Use gnustep-apps/systempreferences to switch theme"
+}
diff --git a/x11-themes/gnustep-neos-theme/metadata.xml b/x11-themes/gnustep-neos-theme/metadata.xml
new file mode 100644
index 000000000000..b5fe691663de
--- /dev/null
+++ b/x11-themes/gnustep-neos-theme/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnustep@gentoo.org</email>
+ <name>Gentoo GNUstep Project</name>
+ </maintainer>
+ <longdescription>This theme closely follows the original NeXT look and feel. The controls and the user interface have the same guidlenies, the menus, scrollbars and general impression are familiar to to the old-style user. But the Shades are more subtle, several controls look the same, but are made less intursive, more subtle. Some icons are smoother.</longdescription>
+</pkgmetadata>