summaryrefslogtreecommitdiff
path: root/x11-misc/xystray
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-misc/xystray
reinit the tree, so we can have metadata
Diffstat (limited to 'x11-misc/xystray')
-rw-r--r--x11-misc/xystray/Manifest5
-rw-r--r--x11-misc/xystray/files/xystray-1.0-ldflags.patch11
-rw-r--r--x11-misc/xystray/metadata.xml11
-rw-r--r--x11-misc/xystray/xystray-1.0.ebuild28
4 files changed, 55 insertions, 0 deletions
diff --git a/x11-misc/xystray/Manifest b/x11-misc/xystray/Manifest
new file mode 100644
index 000000000000..5c414f9caec7
--- /dev/null
+++ b/x11-misc/xystray/Manifest
@@ -0,0 +1,5 @@
+AUX xystray-1.0-ldflags.patch 316 SHA256 c6b76b40c9db6ad1a6bab15bea8b9a899e6367a974d4ce1ebe8f700cc2368686 SHA512 f452a0a0db60bc4c9c1a67790dd817a979bf09ee7db8e424d2d58bec83d2b56d23ee67e62f8604a82820a54e3c57fecd35ffc1202c2a89b2cb23cc904df730b4 WHIRLPOOL fb1afe6daa9f88cb0e2167431dadc946cfd1f86084ebbc2baaf1a0a18b26918ab7e2d4c16605b78835acec53c24276f5fae392aaaddd4f0c93c225d8227fef55
+DIST xystray-1.0.tar.gz 18225 SHA256 ea7473edd09ade2b01a44dcf7a271253df52c91e727fcde3226412f42bd472a5 SHA512 50f3700e497dae875f659d55e2d5c469e977ab513c35f82516f2c139e2813f126bcc7658d76b55346480c0ca7d65a67b74b289cdae775bd13c0dc9da31a9a92c WHIRLPOOL 46f0528993a3a04d2f824ac81285452b09fdda3d4e6f7b620cbd4dfc9671f42a9279f51ea1b0571c56756cff8e7742c30b69c6912e299ad5cf41377c5307bdf6
+EBUILD xystray-1.0.ebuild 567 SHA256 a584978300e65e99e4644578c8c0efa0980e354bc44efe394eea774526b78279 SHA512 80107d300472edce73f2ec158376e9b38e8f3307da124791dfc402cee5b37a6ec837324c3ed76828743c41a2efdd4c8ecaf39522c426db56b29adabaf8b93bb5 WHIRLPOOL 565e8d9cd6f604f85f585ebbf599053f3fe279c3358d661baf9069e8b54a15d514e341d8b26906cc32edfcfbaae53192cb644032a42cabd5501e87d09ed3ff0e
+MISC ChangeLog 1891 SHA256 48b3eb3f7a7aadab9daf7f9b7fb0e66808f9e66091f1db29cc8ecc32edfb0b6f SHA512 a63277b925b320f283b3d3d897c1e47bd6b9bb65b36de0a714565d313bc89278af4769ae00396be7d39d20718a10ea41168aa966f79c8c1bf0bec07f3a72e3e3 WHIRLPOOL 5ae035612debb50f7cf42587dac69b38ff98d8aadad6d1341100791aef3d35a4a0300fa166bb32229618ad64d9262b47df4f7cb72377a91cc765b0eb66235235
+MISC metadata.xml 326 SHA256 b6572d9c206d72795f1d09c90c2d5714bbb3821baee18d70229b2552eb789a53 SHA512 a2a9e6a403ef85cfedcaf7c0b9ec395b98004203dfefaa1a560dd19f1a5f74ff981e3020e790498adb2d0a14e65b7b018e76b2626caeb74eb85d1e9805c9c43e WHIRLPOOL bc1347e4c102f751bae57d48af08c1ff17209da566d547a1924308a51f1443514ab7bb1687d0dd227a4a24b43a9217702c768f835753728f7336d9d248050ce5
diff --git a/x11-misc/xystray/files/xystray-1.0-ldflags.patch b/x11-misc/xystray/files/xystray-1.0-ldflags.patch
new file mode 100644
index 000000000000..183ff7e572b7
--- /dev/null
+++ b/x11-misc/xystray/files/xystray-1.0-ldflags.patch
@@ -0,0 +1,11 @@
+--- a/Makefile 2016-04-22 19:57:57.000000000 +0000
++++ b/Makefile 2016-04-25 06:49:38.344591274 +0000
+@@ -1,6 +1,6 @@
+-LDFLAGS=-lX11 -lXt -L/usr/X11/lib
++LIBS=-lX11 -lXt -L/usr/X11/lib
+ xystray: Xystray.o xystray.o
+- $(CC) $(LDFLAGS) $^ -o $@
++ $(CC) $(LDFLAGS) $^ -o $@ $(LIBS)
+
+ clean:
+ rm Xystray.o xystray.o
diff --git a/x11-misc/xystray/metadata.xml b/x11-misc/xystray/metadata.xml
new file mode 100644
index 000000000000..86d6295c7e49
--- /dev/null
+++ b/x11-misc/xystray/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>marecki@gentoo.org</email>
+ <name>Marek Szuba</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">steelman/xystray</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/x11-misc/xystray/xystray-1.0.ebuild b/x11-misc/xystray/xystray-1.0.ebuild
new file mode 100644
index 000000000000..d077e288bab5
--- /dev/null
+++ b/x11-misc/xystray/xystray-1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A simple implementation of freedesktop.org notification area for X"
+HOMEPAGE="http://steelman.github.com/xystray/"
+SRC_URI="https://github.com/steelman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND="
+ x11-libs/libX11
+ x11-libs/libXt"
+DEPEND="${CDEPEND}
+ x11-libs/libXaw"
+RDEPEND="${CDEPEND}"
+
+PATCHES=(
+ "${FILESDIR}/${P}-ldflags.patch"
+)
+
+src_install() {
+ dobin xystray
+}