lxqt-base/lxqt-l10n: version update to 0.13.0
authorJonathan Scruggs <j.scruggs@gmail.com>
Wed, 11 Jul 2018 15:02:39 +0000 (16:02 +0100)
committerJonathan Scruggs <dracwyrm@gentoo.org>
Sat, 11 Aug 2018 10:09:13 +0000 (11:09 +0100)
lxqt-base/lxqt-l10n/Manifest
lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild [new file with mode: 0644]
lxqt-base/lxqt-l10n/metadata.xml

index 6c54465f3a740c016517541c450cf02081eb892b..1895a17ebe9198e81d662022cbc94bea43685d6d 100644 (file)
@@ -1 +1,2 @@
 DIST lxqt-l10n-0.11.0.tar.xz 513704 BLAKE2B f300b938db282151df1552e13e5530ffab1465d496e89df73b5d339b339442c018521d2eb1d5c3d7a942607596ba8ab98dacd689ba74761ec93e82b42ba85249 SHA512 827a38184d27684ab98234df671c48c8ff7d45bfe4fafafe82fd821786e856eaadade98f8d244cac9729dd0ec1a2d8d295b04397bed4a3375cac8191759ec27e
+DIST lxqt-l10n-0.13.0.tar.xz 758588 BLAKE2B e904f60c50dd389fce027a374536412b9f2947bc4a7b81c313a0457744328158215b520e15044c30c045a022c7119682b05ccbf2534923684cf5daf40d5f7c45 SHA512 cbafc0f1c12a9c14af8ed896f5147d90fcd24786be0cc5de7f8897e31ac012a7308604622635f43709edeb13824395806e6d8e89355a0fd6799227f8d0d8f686
diff --git a/lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild b/lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild
new file mode 100644 (file)
index 0000000..2876d6d
--- /dev/null
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="LXQt localisation package"
+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="LGPL-2.1+"
+SLOT="0"
+
+RDEPEND="!~x11-misc/obconf-qt-0.9.0_p20150729"
+DEPEND="${RDEPEND}
+       dev-qt/linguist-tools:5
+       >=dev-util/lxqt-build-tools-0.5.0
+"
index 3eaa3d72d65d7cf99217c1850ca83c1060eeca41..36d625f5822047635650a5ed00c746bc5ff1d99a 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">lxde/lxqt-l10n</remote-id>
+       </upstream>
 </pkgmetadata>