st: 0.9.2-2
This commit is contained in:
parent
233afb4887
commit
6056c3df32
3 changed files with 6 additions and 6 deletions
4
REPO
4
REPO
|
@ -414,10 +414,10 @@ f:006bd3bbc7229d7002782a4b076d31bc:abiword/.signature
|
|||
f:b9e7d242e7a7cd73e313e172eceeb503:abiword/enchant-2.1.patch
|
||||
f:f77867e9db3f66c26559c28804a444bf:abiword/.footprint
|
||||
f:90a32ac639e4420b56356431dec93102:abiword/Pkgfile
|
||||
f:15bf1d6c650d8d0130bc292e11ebfbbb:st/.signature
|
||||
f:e052e4a225b09aed6bd69d3d26c3f653:st/.signature
|
||||
f:ea72d06fe1abad201a0d7cd9fafdf2d1:st/.md5sum
|
||||
f:6b0d6180cf988e7ee7779c0dce6ded3b:st/.footprint
|
||||
f:d41159c949014dd4e81f51868ec30ec3:st/Pkgfile
|
||||
f:6d4c37d747dd8d0e6ad3d044421982a3:st/Pkgfile
|
||||
f:27c1819954163276be72f65950a300cc:scrot/.signature
|
||||
f:6b9b833d7ff417476cd386bdaa6ed4b7:scrot/.md5sum
|
||||
f:937cf19b3766d2454a8631265add3e6d:scrot/.footprint
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
untrusted comment: verify with /etc/ports/d77crux.pub
|
||||
RWT0dvMs3lAWkDrOGGWb499p4XRXzVRg+mWEoibX/QLYfHpoM9OKL+8yWnnoqNsZTBxFpSqq1MoukzUZY8EI7RlERsNvovLodAY=
|
||||
SHA256 (Pkgfile) = 73d5f6a8288f8dd2387cdb0af700e2973a71a19c8609892f0409f3076b499500
|
||||
RWT0dvMs3lAWkJhCNAMU/UtgOTblOET5iYO1Qzkcy9XGZyFxAoAtuvHxWm5eLlpEqEBwKYHLT79JXOYujzzJNfAmqDwchlB2WgQ=
|
||||
SHA256 (Pkgfile) = 5ca73440aebf3e549d8ddd416e6a42a2627a89f63c35ba53527f87082badbbd5
|
||||
SHA256 (.footprint) = 691a6289f6a50fbf5ac809a9575739a0cf939045f0b1b24f28847765a13a620b
|
||||
SHA256 (st-0.9.2.tar.gz) = 6b215d4f472b21d6232f30f221117a777e24bcfee68955ddefb7426467f9494b
|
||||
SHA256 (st-alpha-20220206-0.8.5.diff) = 42e4803ce2a67835f7e533a707a8a28e3804a26ced163145108970b9aee5fb81
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
name=st
|
||||
version=0.9.2
|
||||
release=1
|
||||
release=2
|
||||
source=(https://dl.suckless.org/st/$name-$version.tar.gz https://st.suckless.org/patches/alpha/$name-alpha-20220206-0.8.5.diff)
|
||||
|
||||
build() {
|
||||
|
@ -14,6 +14,6 @@ build() {
|
|||
sed -i 's|PREFIX = /usr/local|PREFIX = /usr|' config.mk
|
||||
sed -i 's|# CC = c99|CC = gcc|' config.mk
|
||||
make
|
||||
sed -i 's|Liberation Mono:pixelsize=12|Hack:pixelsize=10|' config.h
|
||||
sed -i 's|Liberation Mono:pixelsize=12|Hack:pixelsize=12|' config.h
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue