* [gentoo-commits] repo/gentoo:master commit in: media-radio/xlog/files/
@ 2021-07-14 20:05 Conrad Kostecki
0 siblings, 0 replies; only message in thread
From: Conrad Kostecki @ 2021-07-14 20:05 UTC (permalink / raw
To: gentoo-commits
commit: 7ee13adcdb7e097978a4173022b0b4c1b3b43d9c
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Jul 14 19:24:41 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jul 14 20:02:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee13adc
media-radio/xlog: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/21639
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../xlog/files/xlog-2.0.13-desktop-update.patch | 51 ----------------------
1 file changed, 51 deletions(-)
diff --git a/media-radio/xlog/files/xlog-2.0.13-desktop-update.patch b/media-radio/xlog/files/xlog-2.0.13-desktop-update.patch
deleted file mode 100644
index cf834e13ec7..00000000000
--- a/media-radio/xlog/files/xlog-2.0.13-desktop-update.patch
+++ /dev/null
@@ -1,51 +0,0 @@
---- configure.ac.orig 2007-11-06 15:49:25.000000000 -0800
-+++ configure.ac 2007-11-06 15:51:22.000000000 -0800
-@@ -48,6 +48,7 @@
- AH_TEMPLATE([HAVE_LC_MESSAGES], [])
- AH_TEMPLATE([HAVE_STPCPY], [])
-
-+dnl MIME update
- AC_ARG_ENABLE(mime-update,
- [ --enable-mime-update update the mime database],
- [case "${enableval}" in
-@@ -63,6 +64,21 @@
- echo "disabled updating of the mime database"
- fi
-
-+dnl Desktop update
-+AC_ARG_ENABLE(desktop-update,
-+[ --enable-desktop-update update the desktop database],
-+[case "${enableval}" in
-+ yes) desk_update=true ;;
-+ no) desk_update=false ;;
-+ *) AC_MSG_ERROR(bad value ${enableval} for --enable-desk-update) ;;
-+esac],[desk_update=false])
-+AM_CONDITIONAL(DESKUPDATE, test x$desk_update = xtrue)
-+
-+if test "x${desk_update}" != "xfalse"; then
-+ echo "enabled updating of the desktop database"
-+else
-+ echo "disabled updating of the desktop database"
-+fi
-
- AC_OUTPUT([po/Makefile.in
- Makefile
---- data/desktop/Makefile.am.orig 2007-11-06 15:47:51.000000000 -0800
-+++ data/desktop/Makefile.am 2007-11-06 15:48:16.000000000 -0800
-@@ -5,12 +5,16 @@
-
- EXTRA_DIST = $(DESKTOP_FILES)
-
-+if DESKUPDATE
- install-data-hook:
- if HAVE_DESKTOP
- $(UPDATE_DESKTOP_DATABASE) "$(DESTDIR)$(datadir)/applications"
- endif
-+endif
-
-+if DESKUPDATE
- uninstall-hook:
- if HAVE_DESKTOP
- $(UPDATE_DESKTOP_DATABASE) "$(DESTDIR)$(datadir)/applications"
- endif
-+endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-07-14 20:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-14 20:05 [gentoo-commits] repo/gentoo:master commit in: media-radio/xlog/files/ Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox