mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
x11-misc/selx: add 1.1.0, drop old
Signed-off-by: NRK <nrk@disroot.org>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST selx-1.0.0.tar.gz 21423 BLAKE2B af7480e8ea5bfef8027c52acb6c0230888510abba31d117d650c8047c2f9fd680e5a2d2abec345048969957701e2bc14faf6e1396aac0e7f9e641ca6d4ae55e9 SHA512 4368f29731d81a3c91ac09093b6e721d850057900e21efea85ebbc29f851a7fd9b450d3ba7045e044ff0b6a87da1dc1d75f4e73b4dadbc7902192e0b4c753deb
|
||||
DIST selx-1.1.0.tar.gz 22109 BLAKE2B 73a68fa3a9c98f49705c8efd425523cbef8bfb15df9e73b0166985dfae3afe5bff9a22a88ff31d99a671e2d9e2bf482d18e8dd558d79e690e59d7bc976cb39bd SHA512 74aeb6ea5b9cf1d3793e8c5b90b44894d63096484f7d9c7fdf231d743f53178c85a9097d5daaa12739c0e83cdeb498d6454235c987267489757aa59080e3f131
|
||||
|
||||
@@ -18,13 +18,12 @@ SLOT="0"
|
||||
RDEPEND="
|
||||
x11-libs/libX11
|
||||
x11-libs/libXext
|
||||
x11-libs/libXrandr
|
||||
"
|
||||
# NOTE: next version also depends on:
|
||||
# x11-libs/libXrandr
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_compile() {
|
||||
$(tc-getCC) -o selx selx.c ${CFLAGS} ${LDFLAGS} -l X11 -l Xext || die "Compilation failed"
|
||||
$(tc-getCC) -o selx selx.c ${CFLAGS} ${LDFLAGS} -l X11 -l Xext -l Xrandr || die "Compilation failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
Reference in New Issue
Block a user