Skip to content

Commit

Permalink
chore(packaging: arch): prepare meta PKGBUILDs (re: #129)
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Mar 17, 2020
1 parent d02d4b3 commit bbdeebb
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 0 deletions.
45 changes: 45 additions & 0 deletions packaging/arch/PKGBUILD_full
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
45 changes: 45 additions & 0 deletions packaging/arch/PKGBUILD_full_git
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
28 changes: 28 additions & 0 deletions packaging/arch/PKGBUILD_migration
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

0 comments on commit bbdeebb

Please sign in to comment.