xtitle: adopted port

This commit is contained in:
Tim Biermann 2021-02-24 10:37:43 +00:00
parent e270fb1061
commit e385dfe05a
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3y6mW288DWPWUN7tPEDZG5t2DurRSI0cerM7roB5S6VTDrNImf3xyRAF5Bx53y0YwXGGSlz5XxSvUhWuQEGBDg4=
SHA256 (Pkgfile) = 52056548d223021a64ce8ff4fc2906f59e925e16e447544eced7ac36dbadcc10
RWSagIOpLGJF3zonY57zttQSTcLFvuUZ8jCxOt29OvIC7aqlUGnXTxHVW2YNB4p9T3/9q28D8QH6rkDgPzXlRayaMAs474MAkAc=
SHA256 (Pkgfile) = 893226ccdb805d41cc13e6f80b84e741bc55cb61208fd5659263de99e57badac
SHA256 (.footprint) = ab757e7784b25a86e656035f868c67c1c3d31c4fa0d2e39b9a7aa13c0891b2fd
SHA256 (xtitle-0.4.4.tar.gz) = c2fbf403892c4e466e43528415284a458d4354855f221273881aa4388d028970

View File

@ -1,7 +1,7 @@
# Description: print title of active X window
# URL: https://github.com/baskerville/xtitle
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: xorg-libxcb xorg-xcb-util xorg-xcb-util-wm
# URL: https://github.com/baskerville/xtitle
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: xorg-libxcb xorg-xcb-util xorg-xcb-util-wm
name=xtitle
version=0.4.4
@ -9,8 +9,8 @@ release=1
source=(https://github.com/baskerville/$name/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
cd $name-$version
make
make PREFIX=/usr DESTDIR=$PKG install
make
make PREFIX=/usr DESTDIR=$PKG install
}