[gentoo-commits] proj/qt:master commit in: media-gfx/phototonic/

2019-06-20 Thread Andreas Sturmlechner
commit: 0a381969a20d9d3b684825a3e589e24ca0e201a2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 20 21:32:28 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 20 21:32:28 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=0a381969

media-gfx/phototonic: EAPI-7 bump, gnome-2-utils -> xdg-utils

Package-Manager: Portage-2.3.67, Repoman-2.3.15
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/phototonic/phototonic-.ebuild | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/media-gfx/phototonic/phototonic-.ebuild 
b/media-gfx/phototonic/phototonic-.ebuild
index 46087619..bb861a81 100644
--- a/media-gfx/phototonic/phototonic-.ebuild
+++ b/media-gfx/phototonic/phototonic-.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit gnome2-utils qmake-utils xdg-utils
+inherit qmake-utils xdg-utils
 
 DESCRIPTION="Image viewer and organizer"
 HOMEPAGE="https://github.com/oferkv/phototonic;
+
 if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/oferkv/phototonic.git;
@@ -20,9 +21,9 @@ SLOT="0"
 IUSE="svg tiff"
 
 RDEPEND="
-   dev-qt/qtwidgets:5
-   dev-qt/qtgui:5
dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
media-gfx/exiv2:=
svg? ( dev-qt/qtsvg:5 )
tiff? ( dev-qt/qtimageformats:5 )
@@ -38,11 +39,11 @@ src_install() {
 }
 
 pkg_postinst() {
-   gnome2_icon_cache_update
+   xdg_icon_cache_update
xdg_desktop_database_update
 }
 
 pkg_postrm() {
-   gnome2_icon_cache_update
+   xdg_icon_cache_update
xdg_desktop_database_update
 }



[gentoo-commits] proj/qt:master commit in: media-gfx/phototonic/

2018-03-06 Thread Michael Palimaka
commit: bea9ff441e0eb3b4ab97ac06dd785dbcd1ce6c35
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Mar  6 10:08:19 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Mar  6 10:08:24 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=bea9ff44

media-gfx/phototonic: sync with main tree

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-gfx/phototonic/phototonic-.ebuild | 28 
 1 file changed, 20 insertions(+), 8 deletions(-)

diff --git a/media-gfx/phototonic/phototonic-.ebuild 
b/media-gfx/phototonic/phototonic-.ebuild
index a7310063..46087619 100644
--- a/media-gfx/phototonic/phototonic-.ebuild
+++ b/media-gfx/phototonic/phototonic-.ebuild
@@ -1,30 +1,32 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit qmake-utils
+
+inherit gnome2-utils qmake-utils xdg-utils
 
 DESCRIPTION="Image viewer and organizer"
 HOMEPAGE="https://github.com/oferkv/phototonic;
-if [[ ${PV} =  ]]; then
+if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/oferkv/phototonic.git;
-   KEYWORDS=""
 else
-   SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz;
+   SRC_URI="https://github.com/oferkv/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
 fi
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 IUSE="svg tiff"
 
-RDEPEND="dev-qt/qtwidgets:5
+RDEPEND="
+   dev-qt/qtwidgets:5
dev-qt/qtgui:5
dev-qt/qtcore:5
media-gfx/exiv2:=
svg? ( dev-qt/qtsvg:5 )
-   tiff? ( dev-qt/qtimageformats:5 )"
+   tiff? ( dev-qt/qtimageformats:5 )
+"
 DEPEND="${RDEPEND}"
 
 src_configure() {
@@ -34,3 +36,13 @@ src_configure() {
 src_install() {
emake install INSTALL_ROOT="${D}"
 }
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}



[gentoo-commits] proj/qt:master commit in: media-gfx/phototonic/

2017-08-26 Thread Michael Palimaka
commit: 05a114b049ddbf877e2058d2100155b9ae9cb5ff
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Aug 27 05:46:26 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Aug 27 05:49:57 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=05a114b0

media-gfx/phototonic: use HTTPS

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-gfx/phototonic/phototonic-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/phototonic/phototonic-.ebuild 
b/media-gfx/phototonic/phototonic-.ebuild
index 0abb355f..a7310063 100644
--- a/media-gfx/phototonic/phototonic-.ebuild
+++ b/media-gfx/phototonic/phototonic-.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://github.com/oferkv/phototonic.git;
KEYWORDS=""
 else
-   SRC_URI="http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz;
+   SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz;
KEYWORDS="~amd64 ~x86"
 fi
 



[gentoo-commits] proj/qt:master commit in: media-gfx/phototonic/

2017-06-18 Thread Michael Palimaka
commit: 2263010c3d841ba137789116d9d954933e8c32c7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun 18 08:57:47 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun 18 08:57:49 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=2263010c

media-gfx/phototonic: update HOMEPAGE

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-gfx/phototonic/phototonic-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/phototonic/phototonic-.ebuild 
b/media-gfx/phototonic/phototonic-.ebuild
index b3470273..0abb355f 100644
--- a/media-gfx/phototonic/phototonic-.ebuild
+++ b/media-gfx/phototonic/phototonic-.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit qmake-utils
 
 DESCRIPTION="Image viewer and organizer"
-HOMEPAGE="http://oferkv.github.io/phototonic/;
+HOMEPAGE="https://github.com/oferkv/phototonic;
 if [[ ${PV} =  ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/oferkv/phototonic.git;



[gentoo-commits] proj/qt:master commit in: media-gfx/phototonic/

2016-10-28 Thread Michael Palimaka
commit: ee6ecaab5d3b1cbf687c565cf1bdd09f0f7f1cf5
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Oct 28 15:44:35 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Oct 28 16:12:44 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=ee6ecaab

media-gfx/phototonic: EAPI 6

Package-Manager: portage-2.3.2

 media-gfx/phototonic/phototonic-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/phototonic/phototonic-.ebuild 
b/media-gfx/phototonic/phototonic-.ebuild
index 7fcce1f..31ab86d 100644
--- a/media-gfx/phototonic/phototonic-.ebuild
+++ b/media-gfx/phototonic/phototonic-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 inherit qmake-utils
 
 DESCRIPTION="Image viewer and organizer"



[gentoo-commits] proj/qt:master commit in: media-gfx/phototonic/

2015-03-15 Thread Ben de Groot
commit: f334475db7a7b38bc6064fb8f027607315857ce3
Author: Ben de Groot yngwin AT gentoo DOT org
AuthorDate: Sun Mar 15 09:45:38 2015 +
Commit: Ben de Groot yngwin AT gentoo DOT org
CommitDate: Sun Mar 15 09:45:38 2015 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=f334475d

media-gfx/phototonic: add live ebuild

 media-gfx/phototonic/metadata.xml   |  9 +++
 media-gfx/phototonic/phototonic-.ebuild | 37 +
 2 files changed, 46 insertions(+)

diff --git a/media-gfx/phototonic/metadata.xml 
b/media-gfx/phototonic/metadata.xml
new file mode 100644
index 000..fb3e6ca
--- /dev/null
+++ b/media-gfx/phototonic/metadata.xml
@@ -0,0 +1,9 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdqt/herd
+  maintainer
+emailyng...@gentoo.org/email
+nameBen de Groot/name
+  /maintainer
+/pkgmetadata

diff --git a/media-gfx/phototonic/phototonic-.ebuild 
b/media-gfx/phototonic/phototonic-.ebuild
new file mode 100644
index 000..5853e64
--- /dev/null
+++ b/media-gfx/phototonic/phototonic-.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/phototonic/phototonic-1.5.54.ebuild,v 1.1 
2015/03/15 09:42:43 yngwin Exp $
+
+EAPI=5
+inherit qmake-utils
+
+DESCRIPTION=Image viewer and organizer
+HOMEPAGE=http://oferkv.github.io/phototonic/;
+if [[ ${PV} =  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI=https://github.com/oferkv/phototonic.git;
+   KEYWORDS=
+else
+   SRC_URI=http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz;
+   KEYWORDS=~amd64 ~x86
+fi
+
+LICENSE=GPL-3
+SLOT=0
+IUSE=svg tiff
+
+RDEPEND=dev-qt/qtwidgets:5
+   dev-qt/qtgui:5
+   dev-qt/qtcore:5
+   media-gfx/exiv2:=
+   svg? ( dev-qt/qtsvg:5 )
+   tiff? ( dev-qt/qtimageformats:5 )
+DEPEND=${RDEPEND}
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   emake install INSTALL_ROOT=${D}
+}