public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/kding/, app-text/kding/files/
@ 2016-05-26 17:20 Johannes Huber
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber @ 2016-05-26 17:20 UTC (permalink / raw
  To: gentoo-commits

commit:     19834ee0dee9d74c972de1be8efbbd3dc03341dc
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 17:18:41 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May 26 17:20:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19834ee0

app-text/kding: Fix broken png with libpng-1.6

Gentoo-bug: 510510

Package-Manager: portage-2.3.0_rc1

 app-text/kding/files/kding-0.6-cmake.patch |  8 ++++++
 app-text/kding/files/kding-0.6-dtd.patch   |  8 +++---
 app-text/kding/kding-0.6-r3.ebuild         | 41 ++++++++++++++++++++++++++++++
 3 files changed, 53 insertions(+), 4 deletions(-)

diff --git a/app-text/kding/files/kding-0.6-cmake.patch b/app-text/kding/files/kding-0.6-cmake.patch
new file mode 100644
index 0000000..bd6929a
--- /dev/null
+++ b/app-text/kding/files/kding-0.6-cmake.patch
@@ -0,0 +1,8 @@
+diff -Naur kding-0.6.orig/CMakeLists.txt kding-0.6/CMakeLists.txt
+--- kding-0.6.orig/CMakeLists.txt	2009-09-20 14:09:48.000000000 +0200
++++ kding-0.6/CMakeLists.txt	2016-05-26 19:03:47.146777630 +0200
+@@ -1,3 +1,4 @@
++cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
+ project(kding)
+ 
+ find_package(KDE4 REQUIRED)

diff --git a/app-text/kding/files/kding-0.6-dtd.patch b/app-text/kding/files/kding-0.6-dtd.patch
index 0f8a4d5b..f039b40 100644
--- a/app-text/kding/files/kding-0.6-dtd.patch
+++ b/app-text/kding/files/kding-0.6-dtd.patch
@@ -1,7 +1,7 @@
 http://bugs.gentoo.org/338466
 
---- doc/de/index.docbook
-+++ doc/de/index.docbook
+--- a/doc/de/index.docbook
++++ b/doc/de/index.docbook
 @@ -1,5 +1,5 @@
  <?xml version="1.0" encoding="UTF-8"?>
 -<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
@@ -9,8 +9,8 @@ http://bugs.gentoo.org/338466
      <!ENTITY kding "<application>KDing</application>">
      <!ENTITY kappname "&kding;"><!-- Do *not* replace kappname-->
      <!ENTITY % addindex "IGNORE">
---- doc/en/index.docbook
-+++ doc/en/index.docbook
+--- a/doc/en/index.docbook
++++ b/doc/en/index.docbook
 @@ -1,5 +1,5 @@
  <?xml version="1.0" ?>
 -<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [

diff --git a/app-text/kding/kding-0.6-r3.ebuild b/app-text/kding/kding-0.6-r3.ebuild
new file mode 100644
index 0000000..5227bb4
--- /dev/null
+++ b/app-text/kding/kding-0.6-r3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+KDE_LINGUAS="de"
+inherit kde4-base
+
+DESCRIPTION="KDE port of Ding, a dictionary lookup program"
+HOMEPAGE="http://www.rexi.org/software/kding/"
+SRC_URI="http://www.rexi.org/downloads/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="media-libs/libpng:0"
+
+PATCHES=(
+	"${FILESDIR}/${P}-dtd.patch"
+	"${FILESDIR}/${P}-cmake.patch"
+)
+
+src_prepare() {
+	sed -e "/Encoding=UTF-8/d" \
+		-i resources/kding.desktop || die "fixing .desktop file failed"
+
+	kde4-base_src_prepare
+}
+
+src_install() {
+	kde4-base_src_install
+
+	# bug 510510
+	pngfix -q --out=out.png "${ED}/usr/share/icons/hicolor/22x22/apps/kding.png"
+	mv -f out.png "${ED}/usr/share/icons/hicolor/22x22/apps/kding.png" \
+	|| die "fixing broken png file failed"
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/kding/, app-text/kding/files/
@ 2017-10-12 12:28 Michael Palimaka
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka @ 2017-10-12 12:28 UTC (permalink / raw
  To: gentoo-commits

commit:     a33a8a275f1bd3b4782ca12dad150f6389a54e83
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 12:21:51 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 12:28:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33a8a27

app-text/kding: remove last rited package

 app-text/kding/Manifest                    |  1 -
 app-text/kding/files/kding-0.6-cmake.patch |  8 ------
 app-text/kding/files/kding-0.6-dtd.patch   | 20 ---------------
 app-text/kding/kding-0.6-r3.ebuild         | 40 ------------------------------
 app-text/kding/metadata.xml                | 13 ----------
 5 files changed, 82 deletions(-)

diff --git a/app-text/kding/Manifest b/app-text/kding/Manifest
deleted file mode 100644
index 8ab1432b662..00000000000
--- a/app-text/kding/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kding-0.6.tar.bz2 3348783 SHA256 56c070b772b406529972648822dfb45b705980d7f74a98bd009efec72f9c7f71 SHA512 362890e95c8779d188745b41b6d7ef3050740999bf49baf98c16c73debb78fb1e57ebbeaddb902b458f00088f437b86eab398dd029626e35805e8ef6f09d0b86 WHIRLPOOL 5caf0e918dd8ac1f1eafcd04b06c3f1714092523178af6ad959c717ad0a1ca63c0b3cb46655ad8e773a702330c7699239dbce70324c3b5dfd4f9f27a12857737

diff --git a/app-text/kding/files/kding-0.6-cmake.patch b/app-text/kding/files/kding-0.6-cmake.patch
deleted file mode 100644
index bd6929ac12e..00000000000
--- a/app-text/kding/files/kding-0.6-cmake.patch
+++ /dev/null
@@ -1,8 +0,0 @@
-diff -Naur kding-0.6.orig/CMakeLists.txt kding-0.6/CMakeLists.txt
---- kding-0.6.orig/CMakeLists.txt	2009-09-20 14:09:48.000000000 +0200
-+++ kding-0.6/CMakeLists.txt	2016-05-26 19:03:47.146777630 +0200
-@@ -1,3 +1,4 @@
-+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
- project(kding)
- 
- find_package(KDE4 REQUIRED)

diff --git a/app-text/kding/files/kding-0.6-dtd.patch b/app-text/kding/files/kding-0.6-dtd.patch
deleted file mode 100644
index f039b40fd34..00000000000
--- a/app-text/kding/files/kding-0.6-dtd.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-http://bugs.gentoo.org/338466
-
---- a/doc/de/index.docbook
-+++ b/doc/de/index.docbook
-@@ -1,5 +1,5 @@
- <?xml version="1.0" encoding="UTF-8"?>
--<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
-+<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
-     <!ENTITY kding "<application>KDing</application>">
-     <!ENTITY kappname "&kding;"><!-- Do *not* replace kappname-->
-     <!ENTITY % addindex "IGNORE">
---- a/doc/en/index.docbook
-+++ b/doc/en/index.docbook
-@@ -1,5 +1,5 @@
- <?xml version="1.0" ?>
--<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
-+<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
-     <!ENTITY kding "<application>KDing</application>">
-     <!ENTITY kappname "&kding;"><!-- Do *not* replace kappname-->
-     <!ENTITY % addindex "IGNORE">

diff --git a/app-text/kding/kding-0.6-r3.ebuild b/app-text/kding/kding-0.6-r3.ebuild
deleted file mode 100644
index 3b3fa6c950f..00000000000
--- a/app-text/kding/kding-0.6-r3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-KDE_LINGUAS="de"
-inherit kde4-base
-
-DESCRIPTION="KDE port of Ding, a dictionary lookup program"
-HOMEPAGE="http://www.rexi.org/software/kding/"
-SRC_URI="http://www.rexi.org/downloads/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-DEPEND="media-libs/libpng:0"
-
-PATCHES=(
-	"${FILESDIR}/${P}-dtd.patch"
-	"${FILESDIR}/${P}-cmake.patch"
-)
-
-src_prepare() {
-	sed -e "/Encoding=UTF-8/d" \
-		-i resources/kding.desktop || die "fixing .desktop file failed"
-
-	kde4-base_src_prepare
-}
-
-src_install() {
-	kde4-base_src_install
-
-	# bug 510510
-	pngfix -q --out=out.png "${ED}/usr/share/icons/hicolor/22x22/apps/kding.png"
-	mv -f out.png "${ED}/usr/share/icons/hicolor/22x22/apps/kding.png" \
-	|| die "fixing broken png file failed"
-}

diff --git a/app-text/kding/metadata.xml b/app-text/kding/metadata.xml
deleted file mode 100644
index d1286325021..00000000000
--- a/app-text/kding/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>kde@gentoo.org</email>
-		<name>Gentoo KDE Project</name>
-	</maintainer>
-	<longdescription lang="en">
-		KDing is a KDE port of Ding, a dictionary lookup program. It is
-		a simple program sitting in KDE's system tray that can translate
-		the current clipboard content.
-	</longdescription>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-12 12:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-26 17:20 [gentoo-commits] repo/gentoo:master commit in: app-text/kding/, app-text/kding/files/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2017-10-12 12:28 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox