Skip to content

Commit

Permalink
app-admin/gtkdiskfree: Version bump (thanks Samuel BAUER, bug 575962)
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.27
  • Loading branch information
xmw committed Mar 15, 2016
1 parent 87612cd commit 7aead86
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-admin/gtkdiskfree/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST gtkdiskfree-2.0.1.tar.gz 354661 SHA256 eb4369db5ff98df487b43fd59f998f3524a87896686cd2e9c5adccea3bfe7e94 SHA512 ec202cc79dc80fb66fdf028b6a89610344bb76d7cbe09563f5f47ae072bed791e395d9d1389954046c25e882587d3685b14db4e871e26244045beabb8b579de8 WHIRLPOOL bd4aaeaea45703e62478a28a7b4b349fafdf0846d53f106837c332385efefde1ecb9a6637cc045b2949cc0dddf33aa416da7d1635a75972cb4af5aed348aa2d3
DIST gtkdiskfree-2.0.2.tar.bz2 231786 SHA256 bd8bbe0663ddf1067119098ba97c5ac1beb9fe3b46943a3ba9ea7ce864094ab0 SHA512 117d89d7a54ac2a14e141872800723f4ca946241df9e976b22b4827392979ec61cc91a8320d3c5c9126e9c3478dd856e1accfc3ed18eb08dfd4e0aafdecdbbb6 WHIRLPOOL 75ba532a591f10d99ffced63d05b671d9ecf9097ca31c577d0ec414f08d0023438e722b08a52615774d0edea295040da51b5a440f6141c462d8a5c3bfa60cbac
26 changes: 26 additions & 0 deletions app-admin/gtkdiskfree/gtkdiskfree-2.0.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/gtkdiskfree/gtkdiskfree-2.0.1.ebuild,v 1.6 2012/07/26 20:48:25 xmw Exp $

EAPI=5

inherit vcs-snapshot

DESCRIPTION="Graphical tool to show free disk space like df"
HOMEPAGE="https://gitlab.com/mazes_80/gtkdiskfree"
SRC_URI="https://gitlab.com/mazes_80/${PN}/repository/archive.tar.bz2?ref=${PV} -> ${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="gtk2 nls"

RDEPEND="gtk2? ( x11-libs/gtk+:2 )
!gtk2? ( x11-libs/gtk+:3 )"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_configure() {
econf --enable-nls \
$(use_with gtk2)
}
3 changes: 3 additions & 0 deletions app-admin/gtkdiskfree/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@
<longdescription>
gtkdiskfree is a gtk extension to the cli tool df, does the same and more
</longdescription>
<use>
<flag name="gtk2">Support GTK+ 2.x instead of GTK+ 3.x</flag>
</use>
</pkgmetadata>

0 comments on commit 7aead86

Please sign in to comment.