Skip to content

Commit

Permalink
Add ayu-theme to the provides and conflicts, so ArcoLinux users can u…
Browse files Browse the repository at this point in the history
…se this
  • Loading branch information
gardotd426 committed Nov 22, 2021
1 parent fa9011c commit 4b69001
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pkgname=(regolith-i3 # (regolith-i3-gaps regolith-i3-gaps-session i3-gaps-wm i3-
regolith-desktop-config
remontoire-regolith)
pkgver=1.6
pkgrel=7
pkgrel=10
arch=('x86_64')
url=https://github.com/regolith-linux/regolith-desktop
url2=https://launchpad.net/~regolith-linux/+archive/ubuntu/release/+files
Expand Down Expand Up @@ -143,11 +143,11 @@ sha256sums=(6e8c3d2dbe8c192c40593c85c9c5f2f6fb29ea376e72770461b41b867a2dd996
2f3d57a5445f46931b8184cdbea0aa52b5251b319f367ec188db00187c1c7e71
eb44cac833c369dc0f3afe71e334a7bccaaef45836030b3c9ab3d9dc70500370
SKIP
SKIP
SKIP
SKIP
SKIP)

734b6fdfbfc78cd9c41b1c32e59ef15671a0ef650719fdedfc47f50c5ec633ad
705c95cdfd5847cd6c7fafe123cbdc6c3f404407118967797210189157c52e5c
ffc32c177754990e7f5f7126415bd8f2d210dd875ad5ae43b057299a7d395905
5f2b29ef8fb363a1121befa276d7e6251c8961b8819ac2d60a5ec2006f126c97
)



Expand Down Expand Up @@ -483,8 +483,8 @@ package_regolith-styles () {
pkgdesc="Regolith's themes for i3, gdm, gtk, rofi, plymouth, etc."
license=('custom: GPLv3')
depends=("regolith-i3" "gtk3" "ttf-iosevka-nerd" "ttf-jetbrains-mono" "adwaita-icon-theme" "otf-fira-mono" "ttf-ubuntu-font-family" "arc-icon-theme" "python-appdirs")
conflicts=("paper-icon-theme" "qogir-icon-theme" "moka-icon-theme-git" "nordic-theme-git" "gtk-theme-solarc-git" "gtk-theme-plano" "gtk-theme-plano-git")
provides=("paper-icon-theme" "regolith-styles" "regolith-look" "gtk-theme-solarc" "gtk-theme-plano")
conflicts=("ayu-theme" "paper-icon-theme" "qogir-icon-theme" "moka-icon-theme-git" "nordic-theme-git" "gtk-theme-solarc-git" "gtk-theme-plano" "gtk-theme-plano-git")
provides=("ayu-theme" "paper-icon-theme" "regolith-styles" "regolith-look" "gtk-theme-solarc" "gtk-theme-plano")
groups=('regolith-de')

extract_deb "${srcdir}"/ayu-theme_0.2.2-1_amd64.deb
Expand Down
2 changes: 1 addition & 1 deletion rofication.patch
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
ROFICATION_VERSION = '1.2.2'
+ROFICATION_THEME = user_config_dir(appname)
\ No newline at end of file

--- a/rofication/_gui.py 2021-11-04 06:37:39.743263711 -0400
+++ b/rofication/_gui.py 2021-11-04 06:35:12.916912359 -0400
@@ -2,6 +2,8 @@
Expand All @@ -24,7 +25,6 @@
from datetime import datetime

from gi.repository import GLib

@@ -10,8 +12,10 @@

HTML_TAGS_PATTERN = re.compile(r'<[^>]*?>')
Expand Down

0 comments on commit 4b69001

Please sign in to comment.