summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1f704be75245b687c7372911b461f3040adf8c33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
pkgname=xfce-theme-numix-hdpi
pkgver=1.1
pkgrel=1
pkgdesc="An Xfce Numix theme with taller window title bars suitable for HDPI resolutions"
arch=('any')
url="https://github.com/elmodos/numix-taller"
license=('GPL')
depends=()
makedepends=()
provides=('xfce-theme-numix-hdpi')
source=(
    "https://github.com/elmodos/numix-taller/archive/master.tar.gz"
    "https://github.com/elmodos/numix-taller/archive/master-numix-legacy.tar.gz"
)
md5sums=(
    "5da1b72f63d43dc02805ce072ceabe19"
    "60bdf3853af50ef66b1bc9741cede209"
)

package() {
    mkdir --parents ../pkg/xfce-theme-numix-hdpi/usr/share/themes
    cp --recursive numix-taller-master/Numix-Taller ../pkg/xfce-theme-numix-hdpi/usr/share/themes/Numix-hdpi
    cp --recursive numix-taller-master-numix-legacy/Numix-Taller ../pkg/xfce-theme-numix-hdpi/usr/share/themes/Numix-Classic-hdpi
}