Begin libui

master
knotteye 3 years ago
parent ea9ca02b1c
commit d10dfd919f
  1. 3
      x11-libs/libui/Manifest
  2. 39
      x11-libs/libui/libui-0.4.1.ebuild
  3. 13
      x11-libs/libui/metadata.xml

@ -0,0 +1,3 @@
DIST 1.3.2.tar.gz 57138 BLAKE2B f4a2839f478755dd39c7c67d14ff05dadbd0bf8499e9755f32b759988ccfd6df84db20ed93d0082b1df014f30a1cf576e15ce8baac217648146a434c03eb4bfe SHA512 e59355494d7cdaeeaf039e519473c04d516c64fb90156bfa2b554e0933a3ca21b14360013597c8d977c9ffda0477cca0a457b0f140095f3b3a18abbd840a79c9
EBUILD libui-0.4.1.ebuild 806 BLAKE2B 2986622a1b9908466d07e7015c2acac96bf67cef4d6f0236971387ea15e8c5646fd1687ae6adb9fa5c45c7a37107f8846a79777f9699ee9f715a1a51bc875853 SHA512 9fe654129163f211fa26313a1fd548166921445649763f21b1a999c38ce3a3dded832a94b2984b0ded54ceb2b9ed145b8989004d6c22a9777ad7146d4f01eb2b
MISC metadata.xml 340 BLAKE2B a0223d3105db8649cccc2fa320cf3e74ec62d0d5483ef02fb0f8005e6aef05a946d6fac2570b86b51446b93d6b4f9d49d8785b30fd06e2d16d1b8c91902198f7 SHA512 177b9855cd06efbd662a4989249690ea384f20c8e8a346fd93fa78f7c1c7794c8da438f13736f6029ea49ff512a85446ef03aad2bf65f896fbb04cc51c7932ce

@ -0,0 +1,39 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="A workspace switcher plugin for xfce4-panel which can be used for the i3wm."
HOMEPAGE="https://github.com/denesb/xfce4-i3-workspaces-plugin"
SRC_URI="https://github.com/denesb/xfce4-i3-workspaces-plugin/archive/1.3.2.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-libs/glib-2.0.0
>=x11-libs/gtk+-2.0.0
>=xfce-base/libxfce4ui-4.8.0
>=xfce-base/libxfce4util-4.8.0
>=xfce-base/xfce4-panel-4.8.0
>=x11-misc/i3ipc-glib-1.0.1
"
BDEPEND="
dev-util/xfce4-dev-tools
virtual/pkgconfig
"
src_configure() {
./autogen.sh \
--host=${CHOST} \
--prefix=/usr \
--libdir='${prefix}/lib64' \
--infodir=/usr/share/info \
--mandir=/usr/share/man || die
}

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email> knotteye@airmail.cc </email>
<name> KnottEye </name>
</maintainer>
<upstream>
<remote-id type="github">andlabs/libui</remote-id>
</upstream>
<use>
</use>
</pkgmetadata>
Loading…
Cancel
Save