mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
media-radio/xwxapt: drop 3.4.2-r1, EAPI=7--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
parent
9ec7040eb0
commit
4cb25261d4
@ -1,2 +1 @@
|
||||
DIST xwxapt-3.4.2.tar.bz2 262059 BLAKE2B 5e5642523e434dee6d2a35dc1be5bead3449afddb285e367cd99c7d2de14f2b1d7181bd6bc7d91a652faaa38aac3ce1b7d51d80ece665b230667674d9cb52779 SHA512 15969db9869699b09e2ddd1f800bff4956dcdedf91c5070d6747d3fa7ec22f78460adc8533917523821712b4da9f75350a8780df45bfe8741ad88d694dda6210
|
||||
DIST xwxapt-3.4.3.tar.bz2 265272 BLAKE2B 77b571df40baf7fc9caacb941b6a5f07e9183141ac5e431e9830665a4b3e08a0072eb4338b858803afe195a965ce1233263ac86f85d5aa69f9ecc05a8dee5e95 SHA512 a7729af02ac29a9e24968a5b9af51fb538cc04f20ae04c5af4c2fcdff808e1c47f2063bb6b18863441c17f79856e24a076328b4488bafb3158dcc7e6c3e3bf7f
|
||||
|
||||
@ -1,43 +0,0 @@
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -35,17 +35,16 @@
|
||||
AC_CHECK_LIB([gmodule-2.0], [g_module_open])
|
||||
|
||||
# Internationalization tools
|
||||
+AM_GNU_GETTEXT([external])
|
||||
AM_GNU_GETTEXT_VERSION([0.19.8])
|
||||
GETTEXT_PACKAGE=xwxapt
|
||||
AC_SUBST(GETTEXT_PACKAGE)
|
||||
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [Gettext package.])
|
||||
-AM_GNU_GETTEXT
|
||||
PROGRAMNAME_LOCALEDIR=[${datadir}/locale]
|
||||
AC_SUBST(PROGRAMNAME_LOCALEDIR)
|
||||
|
||||
# Add the languages which your application supports here.
|
||||
ALL_LINGUAS=""
|
||||
-AM_GNU_GETTEXT
|
||||
|
||||
# Checks for header files.
|
||||
AC_CHECK_HEADERS([libintl.h stdlib.h string.h unistd.h])
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -48,18 +48,5 @@
|
||||
if test -d files/; then \
|
||||
cp files/$(PACKAGE).desktop $(DESTDIR)/usr/share/applications/; \
|
||||
cp files/$(PACKAGE).png $(DESTDIR)/usr/share/pixmaps/; \
|
||||
- fi; \
|
||||
- if !(test -d $(DESTDIR)/usr/share/doc/$(PACKAGE)); then \
|
||||
- mkdir $(DESTDIR)/usr/share/doc/$(PACKAGE)/; \
|
||||
- fi; \
|
||||
- if test -d doc/; then \
|
||||
- cp -r doc/* $(DESTDIR)/usr/share/doc/$(PACKAGE)/; \
|
||||
- cp -r doc/$(PACKAGE).1.gz $(DESTDIR)/usr/share/man/man1/; \
|
||||
- fi; \
|
||||
- if !(test -d /home/`logname`/$(PACKAGE)); then \
|
||||
- cp -r $(PACKAGE) /home/`logname`/; \
|
||||
- else \
|
||||
- cp $(PACKAGE)/$(PACKAGE).glade /home/`logname`/$(PACKAGE); \
|
||||
- fi; \
|
||||
- chown -R `logname`:`logname` /home/`logname`/$(PACKAGE);
|
||||
+ fi;
|
||||
|
||||
@ -1,52 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="GTK+ linux weather satellite APT image decoder software"
|
||||
HOMEPAGE="https://www.qsl.net/5b4az/pages/apt.html"
|
||||
SRC_URI="https://www.qsl.net/5b4az/pkg/apt/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib:2
|
||||
media-libs/alsa-lib
|
||||
net-wireless/rtl-sdr:=
|
||||
x11-libs/gtk+:3"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${PN}-3.4.2-fix-autotools.patch )
|
||||
HTML_DOCS=( doc/xwxapt.html )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# create missing mkinstalldir and prepare package
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
insinto /usr/share/${PN}
|
||||
doins xwxapt/xwxaptrc
|
||||
doins xwxapt/xwxapt.glade
|
||||
dodir /usr/share/${PN}/images /usr/share/${PN}/records
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "You must copy the /usr/share/xwxapt directory into your home directory"
|
||||
einfo "and configure the contained xwxaptrc file before starting the program"
|
||||
|
||||
ewarn
|
||||
ewarn "If you just upgraded from <=xwxapt-3 do not miss to check"
|
||||
ewarn "for changes there"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user