mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
app-cdr/gcdemu: Bump to 3.3.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST gcdemu-3.3.0.tar.xz 51616 BLAKE2B 837bd48b628313f8b3b1c9638e2217997dcc5543c27ef55c2e7d3f0479c409a961010a71d92e405c33ce264ab879f7ac828a5095a6e3adfb27c456c2aa1bd4b5 SHA512 6f3e9314bde41299faf6252055d6edcc7147d29c5c0dfc0efcf0e0adceb032a52b1b8b49bcaa2da56fb09e12e2b1d07541b75a9f6adb99eb95e7a9723fe0c9c4
|
||||
DIST gcdemu-3.3.1.tar.xz 53740 BLAKE2B 1f5dc7d23eda84c6867a2238d87ec1706f37389051aea6385fc471a74b160920024a6029dcd0aa119f98e8758280a0e9c1a7230d8db2a8d836abf3159a597d9c SHA512 a594fc3037933687b14c54a2731ff8272eb66e6ae8de0b67030fb50259cd05c50e40d607a27aa85fba4da87534fae0e21c40040d8c16b7fa94cd20440476e9a9
|
||||
|
||||
59
app-cdr/gcdemu/gcdemu-3.3.1.ebuild
Normal file
59
app-cdr/gcdemu/gcdemu-3.3.1.ebuild
Normal file
@@ -0,0 +1,59 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
inherit cmake gnome2-utils python-single-r1 xdg-utils
|
||||
|
||||
DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
|
||||
HOMEPAGE="https://cdemu.sourceforge.io"
|
||||
SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
# librsvg for pixbuf-loader
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
app-cdr/cdemu-daemon:0/7
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/pygobject:3[${PYTHON_USEDEP}]
|
||||
')
|
||||
gnome-base/librsvg:2
|
||||
x11-libs/gdk-pixbuf[introspection]
|
||||
x11-libs/gtk+:3[introspection]
|
||||
x11-libs/libnotify[introspection]
|
||||
"
|
||||
BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
dev-util/desktop-file-utils
|
||||
>=dev-util/intltool-0.21
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
DOCS=( AUTHORS README )
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
python_fix_shebang src/gcdemu
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_desktop_database_update
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_desktop_database_update
|
||||
gnome2_schemas_update
|
||||
}
|
||||
Reference in New Issue
Block a user