From bbdeebb8849f9abdb87a384d5ceb0011669c8e81 Mon Sep 17 00:00:00 2001 From: actionless Date: Tue, 17 Mar 2020 20:34:24 +0100 Subject: [PATCH] chore(packaging: arch): prepare meta PKGBUILDs (re: #129) --- packaging/arch/PKGBUILD_full | 45 +++++++++++++++++++++++++++++++ packaging/arch/PKGBUILD_full_git | 45 +++++++++++++++++++++++++++++++ packaging/arch/PKGBUILD_migration | 28 +++++++++++++++++++ 3 files changed, 118 insertions(+) create mode 100644 packaging/arch/PKGBUILD_full create mode 100644 packaging/arch/PKGBUILD_full_git create mode 100644 packaging/arch/PKGBUILD_migration diff --git a/packaging/arch/PKGBUILD_full b/packaging/arch/PKGBUILD_full new file mode 100644 index 000000000..2bae3f2f4 --- /dev/null +++ b/packaging/arch/PKGBUILD_full @@ -0,0 +1,45 @@ +# Maintainer: Yauhen Kirylau +# Upstream URL: https://github.com/themix-project/oomox + +pkgname=themix-full-git +pkgver=1.12.6 +pkgrel=1 +pkgdesc="Themix: GUI for generating different color variations +of Arc, Materia, Oomox themes +(GTK2, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm), +ArchDroid, Gnome-Colors, Numix, Papirus, Suru++ icons, +and terminal palettes. +Have a hack for HiDPI in GTK2." +arch=('x86_64' 'i686') +url="https://github.com/themix-project/oomox" +license=('GPL3') +source=( +) +md5sums=( +) +depends=( + 'themix-gui' + + 'themix-import-images' + + 'themix-export-spotify' + + 'themix-plugin-base16' + + 'themix-theme-arc' + 'themix-theme-materia' + 'themix-theme-oomox' + + 'themix-icons-archdroid' + 'themix-icons-gnome-colors' + 'themix-icons-numix' + 'themix-icons-papirus' + 'themix-icons-suru-plus' + 'themix-icons-suru-plus-aspromauros' +) +makedepends=( +) +optdepends=( +) + +# vim: ft=PKGBUILD diff --git a/packaging/arch/PKGBUILD_full_git b/packaging/arch/PKGBUILD_full_git new file mode 100644 index 000000000..cd1104292 --- /dev/null +++ b/packaging/arch/PKGBUILD_full_git @@ -0,0 +1,45 @@ +# Maintainer: Yauhen Kirylau +# Upstream URL: https://github.com/themix-project/oomox + +pkgname=themix-full-git +pkgver=1.12.6 +pkgrel=1 +pkgdesc="Themix: GUI for generating different color variations +of Arc, Materia, Oomox themes +(GTK2, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm), +ArchDroid, Gnome-Colors, Numix, Papirus, Suru++ icons, +and terminal palettes. +Have a hack for HiDPI in GTK2." +arch=('x86_64' 'i686') +url="https://github.com/themix-project/oomox" +license=('GPL3') +source=( +) +md5sums=( +) +depends=( + 'themix-gui-git' + + 'themix-import-images-git' + + 'themix-export-spotify-git' + + 'themix-plugin-base16-git' + + 'themix-theme-arc-git' + 'themix-theme-materia-git' + 'themix-theme-oomox-git' + + 'themix-icons-archdroid-git' + 'themix-icons-gnome-colors-git' + 'themix-icons-numix-git' + 'themix-icons-papirus-git' + 'themix-icons-suru-plus-git' + 'themix-icons-suru-plus-aspromauros-git' +) +makedepends=( +) +optdepends=( +) + +# vim: ft=PKGBUILD diff --git a/packaging/arch/PKGBUILD_migration b/packaging/arch/PKGBUILD_migration new file mode 100644 index 000000000..287910520 --- /dev/null +++ b/packaging/arch/PKGBUILD_migration @@ -0,0 +1,28 @@ +# Maintainer: Yauhen Kirylau +# Upstream URL: https://github.com/themix-project/oomox + +pkgname=oomox-git +pkgver=1.12.6 +pkgrel=1 +pkgdesc="Themix: GUI for generating different color variations +of Arc, Materia, Oomox themes +(GTK2, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm), +ArchDroid, Gnome-Colors, Numix, Papirus, Suru++ icons, +and terminal palettes. +Have a hack for HiDPI in GTK2." +arch=('x86_64' 'i686') +url="https://github.com/themix-project/oomox" +license=('GPL3') +source=( +) +md5sums=( +) +depends=( + 'themix-full-git' +) +makedepends=( +) +optdepends=( +) + +# vim: ft=PKGBUILD