Skip to content

Commit

Permalink
chore(packaging: arch): add conflicts with oomox/oomox-git (re: #129)
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Mar 17, 2020
1 parent b341dd7 commit 7afb2f7
Show file tree
Hide file tree
Showing 15 changed files with 68 additions and 14 deletions.
12 changes: 11 additions & 1 deletion packaging/arch/PKGBUILD_full
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Yauhen Kirylau <actionless DOT loveless PLUS aur AT gmail MF com>
# Upstream URL: https://github.com/themix-project/oomox

pkgname=themix-full-git
pkgname=themix-full
pkgver=1.13
pkgrel=1
pkgdesc="Themix: GUI for generating different color variations
Expand Down Expand Up @@ -41,5 +41,15 @@ makedepends=(
)
optdepends=(
)
provides=(
)
conflicts=(
'themix-full-git'
'oomox-git'
'oomox'
)
replaces=(
'oomox'
)

# vim: ft=PKGBUILD
2 changes: 2 additions & 0 deletions packaging/arch/PKGBUILD_full_git
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ provides=(
)
conflicts=(
'themix-full'
'oomox-git'
'oomox'
)
replaces=(
'oomox-git'
Expand Down
6 changes: 5 additions & 1 deletion packaging/arch/PKGBUILD_gui
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ optdepends=(
'xorg-xrdb: for the `xresources` theme'
)
provides=('themix-gui')
conflicts=('themix-gui')
conflicts=(
'themix-gui'
'oomox'
'oomox-git'
)

pkgver() {
cd "${srcdir}/oomox"
Expand Down
6 changes: 5 additions & 1 deletion packaging/arch/PKGBUILD_icons_archdroid
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ options=(
'!strip'
)
provides=($_pkgname)
conflicts=($_pkgname)
conflicts=(
$_pkgname
'oomox'
'oomox-git'
)

pkgver() {
cd "${srcdir}/${_reponame}"
Expand Down
6 changes: 5 additions & 1 deletion packaging/arch/PKGBUILD_icons_gnome_colors
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ options=(
'!strip'
)
provides=($_pkgname)
conflicts=($_pkgname)
conflicts=(
$_pkgname
'oomox'
'oomox-git'
)

pkgver() {
cd "${srcdir}/${_reponame}"
Expand Down
6 changes: 5 additions & 1 deletion packaging/arch/PKGBUILD_icons_numix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ options=(
'!strip'
)
provides=($_pkgname)
conflicts=($_pkgname)
conflicts=(
$_pkgname
'oomox'
'oomox-git'
)

pkgver() {
cd "${srcdir}/${_reponame1}"
Expand Down
6 changes: 5 additions & 1 deletion packaging/arch/PKGBUILD_icons_papirus
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ options=(
'!strip'
)
provides=($_pkgname)
conflicts=($_pkgname)
conflicts=(
$_pkgname
'oomox'
'oomox-git'
)

pkgver() {
cd "${srcdir}/${_reponame}"
Expand Down
6 changes: 5 additions & 1 deletion packaging/arch/PKGBUILD_icons_suruplus
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ options=(
'!strip'
)
provides=($_pkgname)
conflicts=($_pkgname)
conflicts=(
$_pkgname
'oomox'
'oomox-git'
)

pkgver() {
cd "${srcdir}/${_reponame}"
Expand Down
7 changes: 6 additions & 1 deletion packaging/arch/PKGBUILD_icons_suruplus_aspromauros
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ options=(
'!strip'
)
provides=($_pkgname)
conflicts=($_pkgname)
conflicts=(
$_pkgname
'oomox'
'oomox-git'
)


pkgver() {
cd "${srcdir}/${_reponame}"
Expand Down
6 changes: 5 additions & 1 deletion packaging/arch/PKGBUILD_import_image
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ optdepends=(
'python-haishoku: additional image analyzer'
)
provides=($_pkgname)
conflicts=($_pkgname)
conflicts=(
$_pkgname
'oomox'
'oomox-git'
)

pkgver() {
cd "${srcdir}/oomox"
Expand Down
7 changes: 6 additions & 1 deletion packaging/arch/PKGBUILD_theme_arc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ options=(
'!strip'
)
provides=($_pkgname)
conflicts=($_pkgname)
conflicts=(
$_pkgname
'oomox'
'oomox-git'
)


pkgver() {
cd "${srcdir}/${_reponame}"
Expand Down
6 changes: 5 additions & 1 deletion packaging/arch/PKGBUILD_theme_materia
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ options=(
'!strip'
)
provides=($_pkgname)
conflicts=($_pkgname)
conflicts=(
$_pkgname
'oomox'
'oomox-git'
)

pkgver() {
cd "${srcdir}/${_reponame}"
Expand Down
2 changes: 1 addition & 1 deletion plugins/base16
2 changes: 1 addition & 1 deletion plugins/oomoxify
2 changes: 1 addition & 1 deletion plugins/theme_oomox

0 comments on commit 7afb2f7

Please sign in to comment.