From 481cb4f01d5bff9379359841bd57a356bba72ef5 Mon Sep 17 00:00:00 2001 From: Dor dicke Gind Date: Tue, 12 Jul 2022 18:01:38 +0200 Subject: [PATCH] [INIT] --- Gind.tar.gz | Bin 0 -> 382 bytes PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 Gind.tar.gz create mode 100644 PKGBUILD diff --git a/Gind.tar.gz b/Gind.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4d11077cdcfffbd9d435c3977b544e7d91fc2686 GIT binary patch literal 382 zcmV-^0fGJ>iwFR=nayGV1MO9@Zi6ro&77~W#99*DfRV`7C0o~ab+92;z(&S2L{5VR!naX?6jaOeR`huB{LIF^8Ws7gb%l|nOK-}_JIt}3{Um6SX-w|sXN@ag{u zoEJO$r*`zu_A00&cv}LC9gPpER+VIKtTLq|;CMk}n~qkRaqVi#L{&xr!J__3*e^v5 zN|gx)92_>*(FJ8p$TR}Djd))!Zv;ep^~&`{Mpx$|0eg-0$AOIQc=pgkh@7VUobZw< zX>l);Q&xFS_30d#C~4dy7wO(a;8A64Aa++7qvVzR!EW?5xjo|M`&zqtJx#l=dT!iM z)v&Rls=s|lXH17}v;QZq0U-{9U~vDp`_k@z;(5p?h}iw_*{5Iuf{Ast_~-k7+xPyD cT;u2SCq72={AbLVF=I-60PxB^p8yU302^PxYybcN literal 0 HcmV?d00001 diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..6c16062 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,36 @@ +# This is an example PKGBUILD file. Use this as a start to creating your own, +# and remove these comments. For more information, see 'man PKGBUILD'. +# NOTE: Please fill out the license field for your package! If it is unknown, +# then please put 'unknown'. + +# Maintainer: Dor Gind +pkgname=gind-xfce-notify-theme +pkgver=1.0.0 +pkgrel=1 +epoch=0 +pkgdesc="Custom theme for xfce4 notify" +arch=(any) +license=('unknown') +groups=() +depends=() +makedepends=() +checkdepends=() +optdepends=() +provides=() +conflicts=() +replaces=() +backup=() +options=() +install= +changelog= +source=("Gind.tar.gz") +noextract=() +md5sums=('SKIP') +validpgpkeys=() + +package() { + echo $pkgname + echo $pkgdir + mkdir -p "${pkgdir}/usr/share/themes/" + cp -R "${srcdir}/Gind/" "${pkgdir}/usr/share/themes/" +}