Removed junk

main
E. Almqvist 2 years ago
parent 5160ac3dd2
commit 99acedfc89
  1. 6
      PKGBUILD
  2. 4
      ewm.install

@ -9,14 +9,8 @@ license=('GPL-3.0')
depends=('libx11' 'libxinerama' 'libxft' 'freetype2' 'alacritty')
optdepends=('rofi' 'polybar')
options=(zipman)
install=ewm.install
source=(ewm.desktop)
prepare() {
cd "$srcdir/$pkgname-$pkgver"
cp "$srcdir/config.h" config.h
}
build() {
cd "$srcdir/"
make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 FREETYPEINC=/usr/include/freetype2

@ -1,4 +0,0 @@
post_install() {
echo "-- Edit config.h in ewm's PKGBUILD directory (generally /var/abs/community/ewm/)"
echo "-- and rebuild package if you want to change settings."
}
Loading…
Cancel
Save