diff options
Diffstat (limited to 'x11-apps/sx')
-rw-r--r-- | x11-apps/sx/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/sx/sx-2.1.5.ebuild (renamed from x11-apps/sx/sx-2.1.3.ebuild) | 10 | ||||
-rw-r--r-- | x11-apps/sx/sx-9999.ebuild | 10 |
3 files changed, 9 insertions, 13 deletions
diff --git a/x11-apps/sx/Manifest b/x11-apps/sx/Manifest index d7eb14d..09b2f1a 100644 --- a/x11-apps/sx/Manifest +++ b/x11-apps/sx/Manifest @@ -1 +1 @@ -DIST sx-2.1.3.tar.gz 3342 BLAKE2B 92d3ac1308261d4a9325262a44be8a7022ebf73b18058d2fd5493f8f9d0992b8bc2cc2ad77b747cf51b69f50727c6a422bd130f7805919c0d8e0c0ef2de8e8d0 SHA512 d945888cb164d85d7e1ae87f86a79d4ad3130b4656652d7def490b7846b6cb6ae3427e70e5bc311f4fc02bfc4e4e2ca6d618ba1a3a8f4c4cf4c4d212afbb4fb9 +DIST sx-2.1.5.tar.gz 3450 BLAKE2B 2e6d7e7c1d3c2a08433c2e7542cf56b71a8421e8d58380328e2f9c2310245eab7ecc2073614124a06cb4e547329c3b4b1318bfd22de3862f30aadc32d0dbae73 SHA512 7ecc037c77754fb5f3be106fefb83b5c86274534a82754635089e0474cf4a40c9093c4de923dd0854a2297d2e944671eb813b87938a71fd95d558f19918521db diff --git a/x11-apps/sx/sx-2.1.3.ebuild b/x11-apps/sx/sx-2.1.5.ebuild index 02809d4..8b181f6 100644 --- a/x11-apps/sx/sx-2.1.3.ebuild +++ b/x11-apps/sx/sx-2.1.5.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/Earnestly/sx.git" fi -DESCRIPTION="A simpler alternative to xinit" +DESCRIPTION="Start an xorg server" HOMEPAGE="https://github.com/Earnestly/sx" if [[ ${PV} == *9999 ]]; then @@ -30,13 +30,11 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -src_compile() -{ - true +src_compile() { + :; } -src_install() -{ +src_install() { dobin ${PN} doman ${PN}.1 } diff --git a/x11-apps/sx/sx-9999.ebuild b/x11-apps/sx/sx-9999.ebuild index 02809d4..8b181f6 100644 --- a/x11-apps/sx/sx-9999.ebuild +++ b/x11-apps/sx/sx-9999.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/Earnestly/sx.git" fi -DESCRIPTION="A simpler alternative to xinit" +DESCRIPTION="Start an xorg server" HOMEPAGE="https://github.com/Earnestly/sx" if [[ ${PV} == *9999 ]]; then @@ -30,13 +30,11 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -src_compile() -{ - true +src_compile() { + :; } -src_install() -{ +src_install() { dobin ${PN} doman ${PN}.1 } |