summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 3 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26bad8c9dbc1..1dc2b26705ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fluent-icon-theme-git
pkgdesc = A Fluent design icon theme
- pkgver = 2023.06.07.r12.g4c0486a
+ pkgver = 2024.02.25.r8.gd56a03ec
pkgrel = 1
url = https://github.com/vinceliuice/Fluent-icon-theme
arch = any
@@ -16,16 +16,8 @@ pkgname = fluent-icon-theme-git
provides = fluent-icon-theme
conflicts = fluent-icon-theme
-pkgname = fluent-round-icon-theme-git
- pkgdesc = A Fluent design icon theme (round version)
- provides = fluent-round-icon-theme
- provides = fluent-icon-theme
- conflicts = fluent-round-icon-theme
- conflicts = fluent-icon-theme
-
pkgname = fluent-cursor-theme-git
pkgdesc = An x-cursor theme inspired by Qogir theme and based on capitaine-cursors.
- url = https://www.pling.com/p/1499852
depends = libxcursor
provides = fluent-cursor-theme
conflicts = fluent-cursor-theme
diff --git a/PKGBUILD b/PKGBUILD
index 6b0a68480c1c..806aa61a3b3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
-pkgname=('fluent-icon-theme-git' 'fluent-round-icon-theme-git' 'fluent-cursor-theme-git')
+pkgname=('fluent-icon-theme-git' 'fluent-cursor-theme-git')
pkgbase=fluent-icon-theme-git
-pkgver=2023.06.07.r12.g4c0486a
+pkgver=2024.02.25.r8.gd56a03ec
pkgrel=1
pkgdesc="A Fluent design icon theme"
arch=('any')
@@ -34,18 +34,8 @@ package_fluent-icon-theme-git() {
./install.sh -a -d "$pkgdir/usr/share/icons"
}
-package_fluent-round-icon-theme-git() {
- pkgdesc+=" (round version)"
- provides=("${pkgname%-git}" 'fluent-icon-theme')
- conflicts=("${pkgname%-git}" 'fluent-icon-theme')
-
- cd Fluent-icon-theme
- ./install.sh -a -d "$pkgdir/usr/share/icons" -r
-}
-
package_fluent-cursor-theme-git() {
pkgdesc="An x-cursor theme inspired by Qogir theme and based on capitaine-cursors."
- url="https://www.pling.com/p/1499852"
depends=('libxcursor')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")