media-gfx/lximage-qt: version update to 0.7.0
authorJonathan Scruggs <j.scruggs@gmail.com>
Wed, 11 Jul 2018 15:11:58 +0000 (16:11 +0100)
committerJonathan Scruggs <dracwyrm@gentoo.org>
Sat, 11 Aug 2018 10:09:14 +0000 (11:09 +0100)
media-gfx/lximage-qt/Manifest
media-gfx/lximage-qt/lximage-qt-0.7.0.ebuild [new file with mode: 0644]
media-gfx/lximage-qt/metadata.xml

index 555b2dec67ee40733adc6758e3f25332283ade57..82662b4eefbdc4853d3f4d084ff7ad8abfd6782d 100644 (file)
@@ -1 +1,2 @@
 DIST lximage-qt-0.5.0.tar.xz 36068 BLAKE2B 46cf157c1a48cfea8a3149e3177baa79ec493796843e7297371c1d5802df68bee1ac220aeb9d6110a4072ba588585f276be916f886e0d3f6010792a8800e54e1 SHA512 632399781614a9d62429ed1b31515c2a87cdf1c61ab26bfc8d566654a31eccfa66ae069cd18604f380a9fc8d8700aa73a2c71be16bc32775caeef211eb955b21
+DIST lximage-qt-0.7.0.tar.xz 41560 BLAKE2B 32ca95556a696059254a686727f72e1d57d245134b507dc90f83920e9a4a71b9b41aca459db96cd2adceffb6dd6592399c27279d3c3ca9ded6fd61480525dbd1 SHA512 a31185562dec1aa720287ab3f9fb79b9bccfcf0f2069aa404bd469852edbe2507f8c24cf8af0cbe2ef7013e4dab8ca51c00ac7a348254f1bf20458decd3c82b4
diff --git a/media-gfx/lximage-qt/lximage-qt-0.7.0.ebuild b/media-gfx/lximage-qt/lximage-qt-0.7.0.ebuild
new file mode 100644 (file)
index 0000000..bbe8f69
--- /dev/null
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="LXImage Image Viewer - GPicView replacement"
+HOMEPAGE="https://lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+       inherit git-r3
+       EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+       SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
+       KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="0"
+
+RDEPEND="
+       dev-libs/glib:2
+       dev-qt/qtcore:5
+       dev-qt/qtdbus:5
+       dev-qt/qtgui:5
+       dev-qt/qtnetwork:5
+       dev-qt/qtprintsupport:5
+       dev-qt/qtsvg:5
+       dev-qt/qtwidgets:5
+       dev-qt/qtx11extras:5
+       media-libs/libexif
+       >=x11-libs/libfm-1.2:=
+       >=x11-libs/libfm-qt-0.12.0:=
+       x11-libs/libX11
+       x11-libs/libXfixes
+"
+DEPEND="${RDEPEND}
+       dev-qt/linguist-tools:5
+       >=dev-util/lxqt-build-tools-0.5.0
+       virtual/pkgconfig
+"
+
+src_configure() {
+       local mycmakeargs=(
+               -DPULL_TRANSLATIONS=OFF
+       )
+       cmake-utils_src_configure
+}
index a40a83a9c6a9a922a8737bf4e25a7102c1f46464..34f02d52990bef174c1e7a06f320b45f2af0d293 100644 (file)
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-    <email>lxqt@gentoo.org</email>
-    <name>LXQt</name>
-  </maintainer>
+       <maintainer type="project">
+               <email>lxqt@gentoo.org</email>
+               <name>LXQt</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">lxqt/lximage-qt</remote-id>
+       </upstream>
 </pkgmetadata>