summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-03-04 07:53:12 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-03-04 08:00:59 +0200
commit64a4ce36f35ceaa11d57f27d8ba0972bceaa07f4 (patch)
treeb8e90572503ae897b40e077fa71d30f97eea2a3f /gui-apps/swappy
parentgui-apps/swappy: Wayland native snapshot tool (diff)
downloadgentoo-64a4ce36f35ceaa11d57f27d8ba0972bceaa07f4.tar.gz
gentoo-64a4ce36f35ceaa11d57f27d8ba0972bceaa07f4.tar.bz2
gentoo-64a4ce36f35ceaa11d57f27d8ba0972bceaa07f4.zip
gui-apps/swappy: tidify 1.3.1 ebuild
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'gui-apps/swappy')
-rw-r--r--gui-apps/swappy/swappy-1.3.1.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/gui-apps/swappy/swappy-1.3.1.ebuild b/gui-apps/swappy/swappy-1.3.1.ebuild
index 42287fc7bf8c..7ece9d81f145 100644
--- a/gui-apps/swappy/swappy-1.3.1.ebuild
+++ b/gui-apps/swappy/swappy-1.3.1.ebuild
@@ -21,20 +21,20 @@ SLOT="0"
DEPEND="
dev-libs/glib:2
- x11-libs/gtk+:3
x11-libs/cairo
+ x11-libs/gtk+:3
x11-libs/pango
"
RDEPEND="${DEPEND}
media-fonts/fontawesome[otf]
"
BDEPEND="
- virtual/pkgconfig
app-text/scdoc
+ virtual/pkgconfig
"
src_prepare() {
- eapply_user
+ default
# See https://github.com/jtheoof/swappy/pull/99
sed -i -e 's/Utility;Graphics;Annotation;/Utility;Graphics;/' src/po/swappy.desktop.in || die "Sed failed!"
@@ -45,7 +45,3 @@ pkg_postinst() {
optfeature "persisting clipboard after closing" gui-apps/wl-clipboard
}
-
-pkg_postrm() {
- xdg_pkg_postrm
-}