summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dff06a474de..ad703f1d3585 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icewm-git
pkgdesc = A window manager designed for speed, usability, and consistency
- pkgver = 1.4.2.47
+ pkgver = 1.4.2.62
pkgrel = 1
url = https://github.com/bbidulock/icewm
arch = i686
@@ -17,6 +17,7 @@ pkgbase = icewm-git
depends = libsndfile
depends = libsm
depends = fribidi
+ optdepends = icewm-extra-themes: extra themes
provides = icewm
provides = icewm2
conflicts = icewm
diff --git a/PKGBUILD b/PKGBUILD
index 16dd560d2b96..1a6b7ea1ab7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=icewm-git
-pkgver=1.4.2.47
+pkgver=1.4.2.62
pkgrel=1
pkgdesc="A window manager designed for speed, usability, and consistency"
arch=('i686' 'x86_64')
@@ -11,6 +11,7 @@ provides=('icewm' 'icewm2')
conflicts=('icewm' 'icewm2' 'icwm-cvs' 'icwm-ak' 'icwm-init0' 'icwm-testing' 'icwm-zstegi')
depends=('libxft' 'libxinerama' 'gdk-pixbuf2' 'libxrandr' 'libsndfile' 'libsm' 'fribidi')
makedepends=('git' 'xorg-mkfontdir' 'linuxdoc-tools' 'asciidoctor')
+optdepends=('icewm-extra-themes: extra themes')
source=("$pkgname::git+https://github.com/bbidulock/icewm.git")
md5sums=('SKIP')