mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 15:37:23 +00:00
add patches to tarball
This commit is contained in:
parent
5ee1cec909
commit
940ef13ffa
@ -11,7 +11,7 @@ git submodule update --init --recursive
|
||||
|
||||
# build widget
|
||||
ARCHIVE="awesome-widgets"
|
||||
FILES="AUTHORS CHANGELOG CHANGELOG-RU COPYING"
|
||||
FILES="AUTHORS CHANGELOG CHANGELOG-RU COPYING patches"
|
||||
IGNORELIST="build usr .kdev4 *.kdev4 .idea"
|
||||
# create archive
|
||||
[[ -e ${ARCHIVE}-${VERSION}-src.tar.xz ]] && rm -f "${ARCHIVE}-${VERSION}-src.tar.xz"
|
||||
|
@ -17,7 +17,7 @@ optdepends=("catalyst: for GPU monitor"
|
||||
makedepends=('cmake' 'extra-cmake-modules')
|
||||
source=(https://github.com/arcan1s/awesome-widgets/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz)
|
||||
install=${pkgname}.install
|
||||
md5sums=('71f5b358d443075540377284ee868a93')
|
||||
md5sums=('6e17215102a4965b0167c5de0c9a5222')
|
||||
backup=('etc/xdg/plasma-dataengine-extsysmon.conf')
|
||||
|
||||
prepare() {
|
||||
|
7
patches/PATCHING.md
Normal file
7
patches/PATCHING.md
Normal file
@ -0,0 +1,7 @@
|
||||
* Using git tree from root git directory:
|
||||
|
||||
git apply path/to/patch
|
||||
|
||||
* Using release tarball from root directory:
|
||||
|
||||
patch -p2 -i path/to/patch
|
Loading…
Reference in New Issue
Block a user