🔒 Repository is read-only – file editing is disabled.

recipes/gui/elementary-xfce-hidpi/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: elementary-xfce-hidpi
pkgver: '0.22'
pkgrel: '1'
pkgdesc: This is an icon-theme maintained with Xfce in mind, but it should work on other desktops like Gnome3 as well.
url: 'https://github.com/shimmerproject/elementary-xfce'
arch: x86_64
depends:
- gtk-update-icon-cache
makedepends:
- librsvg
- gdk-pixbuf
source:
- 'https://github.com/shimmerproject/elementary-xfce/archive/v${pkgver}.tar.gz'
sha256sums:
- 0be90252c4bf8e06bbca16ef376bd1d7891f3353a5145289bff8a48563568259
build: |
  sed  -i /optipng/d elementary-xfce-${pkgver}/Makefile.in
  cd elementary-xfce-${pkgver}
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install
  rm -r ${PKGDIR}/usr/share/icons/elementary-xfce{,-dark}
package: |
  true