Skip to content

Commit

Permalink
app-editors/mousepad: Bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Jun 2, 2018
1 parent 2aed071 commit 8fa7dc6
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-editors/mousepad/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST mousepad-0.4.0.tar.bz2 578483 BLAKE2B d723ee7dc721703cfc46ad359dbf37c676ba12db4c8f4e874e1578b203a1f35cc077229ccbc9950b82e1784042f191018734cfaa09785b6b602388011db4a7b0 SHA512 5196abd04268d1ace118dc485b72bfcfb7f9175eeaf52bc97c08c1646371d26401403a3bb199d882380bcb998547c65af9bd054f0365afd846c0ad74d3c3b1fe
DIST mousepad-0.4.1.tar.bz2 644161 BLAKE2B 656245afb38423cff7eb8a038c8247d9023e10eb85f574f25fd4fad50b0316cbe125630ddff330adb91c49eec9ee3ed67ecd0546b9fecb065c832882b3e42145 SHA512 2ffbb4245a3344437bd41f9f28cc066ae45062f6b6d169aa274e933f033c434f0b10845ccf42ab846dcad25ae7cee36ea6619bfb6889e8cd41c994be87b77be8
47 changes: 47 additions & 0 deletions app-editors/mousepad/mousepad-0.4.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit gnome2-utils xdg-utils

DESCRIPTION="GTK+-based editor for the Xfce Desktop Environment"
HOMEPAGE="https://git.xfce.org/apps/mousepad/about/"
SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dbus gtk3"

RDEPEND=">=dev-libs/glib-2.30:2=
dbus? ( >=dev-libs/dbus-glib-0.100:0= )
!gtk3? ( >=x11-libs/gtk+-2.24:2=
x11-libs/gtksourceview:2.0= )
gtk3? ( >=x11-libs/gtk+-3.20:3=
x11-libs/gtksourceview:3.0= )"
DEPEND="${RDEPEND}
dev-lang/perl
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"

src_configure() {
local myconf=(
$(use_enable dbus)
$(use_enable gtk3)
)

econf "${myconf[@]}"
}

pkg_postinst() {
gnome2_icon_cache_update
gnome2_schemas_update
xdg_desktop_database_update
}

pkg_postrm() {
gnome2_icon_cache_update
gnome2_schemas_update
xdg_desktop_database_update
}

0 comments on commit 8fa7dc6

Please sign in to comment.