public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/bluedevil/
Date: Tue, 17 Mar 2015 16:28:13 +0000 (UTC)	[thread overview]
Message-ID: <1426607654.0344632641382bdce8df8bc20466740a7b089c5b.kensington@gentoo> (raw)

commit:     0344632641382bdce8df8bc20466740a7b089c5b
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 17 15:54:14 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Mar 17 15:54:14 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=03446326

[kde-plasma/bluedevil] Update mime database.

Package-Manager: portage-2.2.17

 kde-plasma/bluedevil/bluedevil-5.2.1.ebuild    | 18 +++++++++++++++---
 kde-plasma/bluedevil/bluedevil-5.2.9999.ebuild | 18 +++++++++++++++---
 kde-plasma/bluedevil/bluedevil-9999.ebuild     | 18 +++++++++++++++---
 3 files changed, 45 insertions(+), 9 deletions(-)

diff --git a/kde-plasma/bluedevil/bluedevil-5.2.1.ebuild b/kde-plasma/bluedevil/bluedevil-5.2.1.ebuild
index c87683d..9143b45 100644
--- a/kde-plasma/bluedevil/bluedevil-5.2.1.ebuild
+++ b/kde-plasma/bluedevil/bluedevil-5.2.1.ebuild
@@ -5,14 +5,14 @@
 EAPI=5
 
 EGIT_BRANCH="frameworks"
-inherit kde5
+inherit fdo-mime kde5
 
 DESCRIPTION="Bluetooth stack for KDE"
 HOMEPAGE="http://projects.kde.org/projects/extragear/base/bluedevil"
 KEYWORDS=" ~amd64"
 IUSE=""
 
-DEPEND="
+COMMON_DEPEND="
 	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
@@ -28,12 +28,24 @@ DEPEND="
 	dev-qt/qtdbus:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
 	x11-misc/shared-mime-info
 "
-RDEPEND="${DEPEND}
+RDEPEND="${COMMON_DEPEND}
 	$(add_plasma_dep kde-cli-tools)
 	!app-mobilephone/obexd
 	!app-mobilephone/obex-data-server
 	!net-wireless/bluedevil
 	!net-wireless/kbluetooth
 "
+
+pkg_postinst() {
+	kde5_pkg_postinst
+	fdo-mime_mime_database_update
+}
+
+pkg_postrm() {
+	kde5_pkg_postinst
+	fdo-mime_mime_database_update
+}

diff --git a/kde-plasma/bluedevil/bluedevil-5.2.9999.ebuild b/kde-plasma/bluedevil/bluedevil-5.2.9999.ebuild
index b851f22..4aaa988 100644
--- a/kde-plasma/bluedevil/bluedevil-5.2.9999.ebuild
+++ b/kde-plasma/bluedevil/bluedevil-5.2.9999.ebuild
@@ -5,14 +5,14 @@
 EAPI=5
 
 EGIT_BRANCH="frameworks"
-inherit kde5
+inherit fdo-mime kde5
 
 DESCRIPTION="Bluetooth stack for KDE"
 HOMEPAGE="http://projects.kde.org/projects/extragear/base/bluedevil"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="
+COMMON_DEPEND="
 	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
@@ -28,12 +28,24 @@ DEPEND="
 	dev-qt/qtdbus:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
 	x11-misc/shared-mime-info
 "
-RDEPEND="${DEPEND}
+RDEPEND="${COMMON_DEPEND}
 	$(add_plasma_dep kde-cli-tools)
 	!app-mobilephone/obexd
 	!app-mobilephone/obex-data-server
 	!net-wireless/bluedevil
 	!net-wireless/kbluetooth
 "
+
+pkg_postinst() {
+	kde5_pkg_postinst
+	fdo-mime_mime_database_update
+}
+
+pkg_postrm() {
+	kde5_pkg_postinst
+	fdo-mime_mime_database_update
+}

diff --git a/kde-plasma/bluedevil/bluedevil-9999.ebuild b/kde-plasma/bluedevil/bluedevil-9999.ebuild
index b851f22..4aaa988 100644
--- a/kde-plasma/bluedevil/bluedevil-9999.ebuild
+++ b/kde-plasma/bluedevil/bluedevil-9999.ebuild
@@ -5,14 +5,14 @@
 EAPI=5
 
 EGIT_BRANCH="frameworks"
-inherit kde5
+inherit fdo-mime kde5
 
 DESCRIPTION="Bluetooth stack for KDE"
 HOMEPAGE="http://projects.kde.org/projects/extragear/base/bluedevil"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="
+COMMON_DEPEND="
 	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
@@ -28,12 +28,24 @@ DEPEND="
 	dev-qt/qtdbus:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
 	x11-misc/shared-mime-info
 "
-RDEPEND="${DEPEND}
+RDEPEND="${COMMON_DEPEND}
 	$(add_plasma_dep kde-cli-tools)
 	!app-mobilephone/obexd
 	!app-mobilephone/obex-data-server
 	!net-wireless/bluedevil
 	!net-wireless/kbluetooth
 "
+
+pkg_postinst() {
+	kde5_pkg_postinst
+	fdo-mime_mime_database_update
+}
+
+pkg_postrm() {
+	kde5_pkg_postinst
+	fdo-mime_mime_database_update
+}


             reply	other threads:[~2015-03-17 16:28 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-17 16:28 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-16 13:59 [gentoo-commits] proj/kde:master commit in: kde-plasma/bluedevil/ Andreas Sturmlechner
2023-12-16 13:59 Andreas Sturmlechner
2023-09-19 14:41 Andreas Sturmlechner
2023-01-15 12:30 Andreas Sturmlechner
2022-10-09 16:39 Andreas Sturmlechner
2022-09-03 13:05 Andreas Sturmlechner
2021-05-14 12:09 Andreas Sturmlechner
2020-09-04  8:43 Andreas Sturmlechner
2020-07-10 14:39 Andreas Sturmlechner
2020-07-10 14:39 Andreas Sturmlechner
2020-06-21 22:12 Andreas Sturmlechner
2016-10-30 15:43 Johannes Huber
2016-04-20  7:54 Johannes Huber
2016-01-29 10:34 Michael Palimaka
2015-08-07 18:46 Michael Palimaka
2015-08-07 18:43 Michael Palimaka
2015-06-18 22:08 Johannes Huber
2015-04-10 17:29 Michael Palimaka
2015-04-10 17:21 Michael Palimaka
2015-04-06 10:48 Johannes Huber
2015-01-28 18:53 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1426607654.0344632641382bdce8df8bc20466740a7b089c5b.kensington@gentoo \
    --to=kensington@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox