Merge updates from master

This commit is contained in:
Repository mirror & CI
2020-06-11 17:05:12 +00:00
18 changed files with 310 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST libcloudproviders-0.3.1.tar.gz 25426 BLAKE2B 816308d0d18ab63e7ce8a90b4d9c6b041e47c45f83832b2ba120b4e24f7c56f1bbfdc18e923c421bef53de6147761e89a6b07cbaa117119494127f88ea67c943 SHA512 ea84659715aa66cbfe8d909430004d28aea88922fabc81742c867967ea2449045a4054c3b795934c17a18982054416e0e10815b3c306ea38753c2efed0318d90

View File

@@ -0,0 +1,46 @@
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
VALA_USE_DEPEND="vapigen"
inherit meson vala
DESCRIPTION="DBus API that allows cloud storage sync clients to expose their services."
HOMEPAGE="https://gitlab.gnome.org/World/libcloudproviders"
SRC_URI="https://gitlab.gnome.org/World/libcloudproviders/-/archive/${PV}/libcloudproviders-${PV}.tar.gz"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc introspection vala"
REQUIRED_USE="vala? ( introspection )"
RDEPEND="
>=dev-libs/glib-2.58.0:2
"
DEPEND="${RDEPEND}
introspection? ( dev-libs/gobject-introspection:= )
"
BDEPEND="$(vala_depend)
doc? (
dev-util/gdbus-codegen
dev-util/gtk-doc
)
virtual/pkgconfig
"
src_prepare() {
vala_src_prepare
default
}
src_configure() {
local emesonargs=(
$(meson_use vala vapigen)
$(meson_use introspection)
$(meson_use doc enable-gtk-doc)
-Dinstalled-tests=false
)
meson_src_configure
}

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
libcloudproviders is a DBus API that allows cloud storage sync clients to expose their services. Clients such as file managers and desktop environments can then provide integrated access to the cloud providers services.
</longdescription>
<maintainer type="person">
<email>david@ixit.cz</email>
<name>David Heidelberg</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1 @@
DIST kristall-0.2.tar.gz 7483452 BLAKE2B ab2cd662ce91d36310fcd0b643c18a673e2da504166936826e3642eff14fe80bd1d42a6c284317216069b67fff2f452b7d5d299d47bf19cd074f553ecf98eb33 SHA512 2f0492772b19cc7340e7690c2a5be199826bebddf02777a2a38de1607277bdcd8c7f1069499cc42e7070f1c978731a153bc1e79e1c17f022a8d7b78eca5e8bdb

View File

@@ -0,0 +1,34 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit desktop qmake-utils xdg
DESCRIPTION="Visual cross-platform gemini browser"
HOMEPAGE="https://github.com/MasterQ32/kristall"
SRC_URI="https://github.com/MasterQ32/${PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-qt/qtmultimedia[widgets]"
DEPEND="${RDEPEND}"
src_prepare() {
default
sed -Ei 's|(target\.path) = .+|\1 = /usr/bin|' src/kristall.pro || die
}
src_configure() {
eqmake5 src/kristall.pro
}
src_install() {
emake install INSTALL_ROOT="${D}"
einstalldocs
doicon src/icons/kristall.svg
domenu Kristall.desktop
}

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@tastytea.de</email>
<name>Ronny (tastytea) Gutbrod</name>
</maintainer>
<longdescription lang="en">
Graphical small-internet client for windows, linux, MacOS X and
BSDs. Supports gemini, http, https, gopher, finger.
</longdescription>
<upstream>
<bugs-to>https://github.com/MasterQ32/kristall/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1 @@
DIST candy-icon-theme-0_pre20200606.tar.gz 1018867 BLAKE2B 35aed3d59f501dc16837eb1271e1d60e4db7f4a3e8d5714192c3c138c21f26b71b48486fa699fd3329df5c9a9ca2f5ecc9d744de31000002b5e3b9eb0e0e6b9c SHA512 5729547bda9859e4b3b29587c86e3f11af2113e55790070f7d2f3a9ebd53f20c4136e1e1801af97406e65a3a4ea5558d6821657a6d4b42b9838469cbe435b3d6

View File

@@ -0,0 +1,29 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
MY_PN="candy-icons"
DESCRIPTION="sweet gradient icons"
HOMEPAGE="https://github.com/EliverLara/candy-icons"
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/EliverLara/candy-icons.git"
else
COMMIT="1b69d37f6ffecf04d4029ee6fa1d72c2f5875a92"
SRC_URI="https://github.com/EliverLara/candy-icons/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
S="${WORKDIR}/${MY_PN}-${COMMIT}"
fi
LICENSE="GPL-3"
SLOT="0"
src_install() {
dodir /usr/share/icons/candy-icons
insinto /usr/share/icons/candy-icons
doins -r index.theme preview places apps
}

View File

@@ -0,0 +1,29 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
MY_PN="candy-icons"
DESCRIPTION="sweet gradient icons"
HOMEPAGE="https://github.com/EliverLara/candy-icons"
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/EliverLara/candy-icons.git"
else
COMMIT="1b69d37f6ffecf04d4029ee6fa1d72c2f5875a92"
SRC_URI="https://github.com/EliverLara/candy-icons/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
S="${WORKDIR}/${MY_PN}-${COMMIT}"
fi
LICENSE="GPL-3"
SLOT="0"
src_install() {
dodir /usr/share/icons/candy-icons
insinto /usr/share/icons/candy-icons
doins -r index.theme preview places apps
}

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@aisha.cc</email>
<name>Aisha Tammy</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1 @@
DIST sweet-folders-icon-theme-0_pre20200227.tar.gz 1475423 BLAKE2B e64b5b018a8e56f0ee107b36b203299addf4816a5525560056dae322c634cccb52c314ac2b86b3678a26c27bd65ceb2d5c9afc98b119bc2f68f2cfd33a77ea8c SHA512 4c4a06c5ddbe50a2030ba4b5cf57429ec7525a3e7db0c5ae9b10fbdc99f21cbd04c045a37d49c77e0a8fe55aa2c76a45340a99e9a227c1a89879cb4f46f36867

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@aisha.cc</email>
<name>Aisha Tammy</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
MY_PN="Sweet-folders"
DESCRIPTION="sweet gradient icons"
HOMEPAGE="https://github.com/EliverLara/Sweet-folders"
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/EliverLara/Sweet-folders.git"
else
COMMIT="d50fbe3d93df4c494958c773b681ab36049935a1"
SRC_URI="https://github.com/EliverLara/Sweet-folders/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
S="${WORKDIR}/${MY_PN}-${COMMIT}"
fi
LICENSE="GPL-3"
SLOT="0"
src_install() {
insinto /usr/share/icons/
doins -r Sweet-*
}

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
MY_PN="Sweet-folders"
DESCRIPTION="sweet gradient icons"
HOMEPAGE="https://github.com/EliverLara/Sweet-folders"
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/EliverLara/Sweet-folders.git"
else
COMMIT="d50fbe3d93df4c494958c773b681ab36049935a1"
SRC_URI="https://github.com/EliverLara/Sweet-folders/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
S="${WORKDIR}/${MY_PN}-${COMMIT}"
fi
LICENSE="GPL-3"
SLOT="0"
src_install() {
insinto /usr/share/icons/
doins -r Sweet-*
}

View File

@@ -0,0 +1 @@
DIST sweet-gtk-theme-1.10.5_p20200603.tar.gz 914452 BLAKE2B 5665e4d3a4adad962f6206058ead62c265523d10c97f15facf9d5b5f2c1470673bbcc34cd603d53221e3ee0ef64a1ba3bc830b560a914afafeec216ccbf04bab SHA512 6c90fa0bc96bdee86e34a2541d649838a2647237bb986310ab5e96363b7e76410c5318a1d3b08f023c58444e3be0ff1aa0f3fcfc2696d236c7570e4428f094f5

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@aisha.cc</email>
<name>Aisha Tammy</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
MY_PN="Sweet"
DESCRIPTION="light and dark colorful gtk theme"
HOMEPAGE="https://github.com/EliverLara/Sweet"
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/EliverLara/Sweet.git"
else
COMMIT="9e3bfeeeee44e5acf13b2bb9fcadb45aea75bc05"
SRC_URI="https://github.com/EliverLara/Sweet/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
S="${WORKDIR}/${MY_PN}-${COMMIT}"
fi
LICENSE="GPL-3"
SLOT="0"
src_install() {
dodir /usr/share/themes/sweet-gtk
insinto /usr/share/themes/sweet-gtk
doins -r Art assets gnome-shell gtk-{2.0,3.0} \
metacity-1 src xfwm4 index.theme
}

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
MY_PN="Sweet"
DESCRIPTION="light and dark colorful gtk theme"
HOMEPAGE="https://github.com/EliverLara/Sweet"
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/EliverLara/Sweet.git"
else
COMMIT="9e3bfeeeee44e5acf13b2bb9fcadb45aea75bc05"
SRC_URI="https://github.com/EliverLara/Sweet/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
S="${WORKDIR}/${MY_PN}-${COMMIT}"
fi
LICENSE="GPL-3"
SLOT="0"
src_install() {
dodir /usr/share/themes/sweet-gtk
insinto /usr/share/themes/sweet-gtk
doins -r Art assets gnome-shell gtk-{2.0,3.0} \
metacity-1 src xfwm4 index.theme
}