aboutsummaryrefslogtreecommitdiff
path: root/media-video/peek/peek-1.5.1.ebuild
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2022-09-06 09:33:24 +0300
committerSyndamia <kamen@syndamia.com>2022-09-06 09:33:24 +0300
commitb495ea1b5a450c94c493049c4104be9e20896818 (patch)
tree2345d262878a782e6a01b5c6eecfa8f57dd1b09d /media-video/peek/peek-1.5.1.ebuild
parent5b5ad2d0855ed1dc0e358c42d4f89563dd90ae2f (diff)
downloadgarbage-b495ea1b5a450c94c493049c4104be9e20896818.tar
garbage-b495ea1b5a450c94c493049c4104be9e20896818.tar.gz
garbage-b495ea1b5a450c94c493049c4104be9e20896818.zip
Removed a lot of the gentoo ebuild, following reconfiguration of my setup
Diffstat (limited to 'media-video/peek/peek-1.5.1.ebuild')
-rw-r--r--media-video/peek/peek-1.5.1.ebuild54
1 files changed, 0 insertions, 54 deletions
diff --git a/media-video/peek/peek-1.5.1.ebuild b/media-video/peek/peek-1.5.1.ebuild
deleted file mode 100644
index 93f9631..0000000
--- a/media-video/peek/peek-1.5.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VALA_MIN_API_VERSION="0.22"
-
-inherit gnome2-utils meson vala xdg
-
-DESCRIPTION="Simple animated Gif screen recorder"
-HOMEPAGE="https://github.com/phw/peek"
-SRC_URI="https://github.com/phw/peek/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="keybinder test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-libs/glib-2.38:2
- media-video/ffmpeg[X,encode,x264,vpx,xcb(+)]
- virtual/imagemagick-tools
- >=x11-libs/gtk+-3.20:3
- keybinder? ( dev-libs/keybinder:3 )"
-DEPEND="${RDEPEND}
- $(vala_depend)
- app-text/txt2man
- >=sys-devel/gettext-0.19
- virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${P}-meson.patch )
-
-src_prepare() {
- vala_src_prepare
- default
-}
-
-src_configure() {
- local emesonargs=(
- $(meson_feature keybinder enable-keybinder)
- $(meson_use test build-tests)
- )
-
- meson_src_configure
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}