-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(packaging: arch): prepare meta PKGBUILDs (re: #129)
- Loading branch information
1 parent
d02d4b3
commit bbdeebb
Showing
3 changed files
with
118 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Maintainer: Yauhen Kirylau <actionless DOT loveless PLUS aur AT gmail MF com> | ||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Maintainer: Yauhen Kirylau <actionless DOT loveless PLUS aur AT gmail MF com> | ||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Maintainer: Yauhen Kirylau <actionless DOT loveless PLUS aur AT gmail MF com> | ||
# 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 |