add 'gsimlecal' ebuild and add this package to the clsd-meta ebuild
This commit is contained in:
parent
ce99d4e7f5
commit
74ac2552d9
4 changed files with 36 additions and 1 deletions
|
@ -1 +1 @@
|
|||
EBUILD clsd-meta-11.12.ebuild 1894 RMD160 ee0ea559d5708259821303fcc341a3fa0f0dcfc1 SHA1 4129aea2184333de59184405e5894e1ff3089911 SHA256 cf1e187e7e97348eb5f3fe61146d73b738c388e66d3c6d3fc6da9efc695ff7e6
|
||||
EBUILD clsd-meta-11.12.ebuild 1915 RMD160 1816dc0661d4e4c8915f8848c8c42a15b51bc5e2 SHA1 8b4f956d3c18c3328e021e7d93f295106f320f21 SHA256 48bf0f2d16830795f7ab22e0871dfa28e4f164955079fdb3cbae171d974ee515
|
||||
|
|
|
@ -50,6 +50,7 @@ RDEPEND="${RDEPEND}
|
|||
x11-misc/slim
|
||||
sys-fs/ntfs3g
|
||||
app-misc/screen
|
||||
dev-util/gsimplecal
|
||||
!calculate_nodecoration? (
|
||||
x11-themes/hicolor-icon-theme
|
||||
x11-themes/gnome-icon-theme
|
||||
|
|
2
dev-util/gsimplecal/Manifest
Normal file
2
dev-util/gsimplecal/Manifest
Normal file
|
@ -0,0 +1,2 @@
|
|||
DIST gsimplecal-1.3.tar.gz 94290 RMD160 146d5032ad7f53eafa01c7a24e8bca85b90d0967 SHA1 9c706e64de4214e16e3f9cf0afd758380798ea5d SHA256 37e4d7e96ce7330ef7ad0362ae6c883cd166e021497a95a0eef7280f34068401
|
||||
EBUILD gsimplecal-1.3.ebuild 608 RMD160 29fbbcb911964774a29769845b5c9abb6041f65c SHA1 7094c1a3f2b62c18e373742107bda0a54dd327c1 SHA256 b90c412058e85c5a7d2b15917a1b5720835ce67c7bfe3f543cd3f5f7f909dca7
|
32
dev-util/gsimplecal/gsimplecal-1.3.ebuild
Normal file
32
dev-util/gsimplecal/gsimplecal-1.3.ebuild
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
DESCRIPTION="A lightweight calendar designed for tint2"
|
||||
HOMEPAGE="http://code.google.com/p/gsimplecal/"
|
||||
SRC_URI="http://gsimplecal.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="The BSD 2-Clause License"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-libs/libunique:3
|
||||
x11-libs/gtk+:2
|
||||
>=sys-devel/autoconf-2.65"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/pkgconfig"
|
||||
|
||||
S="${WORKDIR}/${P}"
|
||||
|
||||
src_configure() {
|
||||
cd ${S}
|
||||
./configure
|
||||
econf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
}
|
Loading…
Add table
Reference in a new issue