summaryrefslogtreecommitdiff
path: root/tabbed
diff options
context:
space:
mode:
authorJohn Vogel <jvogel4@stny.rr.com>2018-02-18 11:58:00 -0500
committerJohn Vogel <jvogel4@stny.rr.com>2018-02-18 11:58:00 -0500
commitb6fd984a996b5a8129f64bfd53dacd7208f4aba9 (patch)
tree0f39d3a84ecaf07b6aaaf3d953d3235f5f106f8d /tabbed
parent17a395d2a3b350e5c1abd9496afa12ba1b508a2f (diff)
downloadcontrib-b6fd984a996b5a8129f64bfd53dacd7208f4aba9.tar.gz
contrib-b6fd984a996b5a8129f64bfd53dacd7208f4aba9.tar.xz
tabbed: new maintainer
Diffstat (limited to 'tabbed')
-rw-r--r--tabbed/.footprint7
-rw-r--r--tabbed/.signature6
-rw-r--r--tabbed/Pkgfile16
3 files changed, 14 insertions, 15 deletions
diff --git a/tabbed/.footprint b/tabbed/.footprint
index 430cae8e2..61fc757f9 100644
--- a/tabbed/.footprint
+++ b/tabbed/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/tabbed
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/tabbed.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/tabbed.1.gz
diff --git a/tabbed/.signature b/tabbed/.signature
index 2fb0776a9..ac906fdf7 100644
--- a/tabbed/.signature
+++ b/tabbed/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3xA8wgVK092hXi+V23e2sffsHkTUaPO464iY8juHWHM1Bb1/+NYks5LzrRzXQvag/YEGLLBM5toLZjSWT/M1bwI=
-SHA256 (Pkgfile) = b47230a365c8d8629120b31c1a80099dfd9273a3729e5e19d86fca365fb6253f
-SHA256 (.footprint) = ef5cc552ca82ca6e4ba7cde5047dc6580e10e967feec9b45213abb5a5ea41760
+RWSagIOpLGJF3wy+8aXDScJvCyLQjMKZ/8J9oBGmgUm+U87wxYi+BBM/MWmQiBBWXFxjN4yij/VR8ztzpYOgVdaUjHZEnWjmwgo=
+SHA256 (Pkgfile) = 52d447b0e9d0825ac3fca5425143198722083969b9ddbab77c9d9f85eb95562c
+SHA256 (.footprint) = fe3b64ecc7dfd8cb41db9f7c9413838451390cc68fb45a4eceacb82636d6f2ec
SHA256 (tabbed-0.6.tar.gz) = 7651ea3acbec5d6a25469e8665da7fc70aba2b4fa61a2a6a5449eafdfd641c42
SHA256 (config.h) = b53a40916d44090c31cdf5b259336deb70b79d15888f6941e7b8d216370cda55
diff --git a/tabbed/Pkgfile b/tabbed/Pkgfile
index 3d8ceae7c..a212658c1 100644
--- a/tabbed/Pkgfile
+++ b/tabbed/Pkgfile
@@ -1,6 +1,6 @@
# Description: Simple generic tabbed fronted to xembed aware applications
-# URL: http://tools.suckless.org/tabbed/
-# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
+# URL: https://tools.suckless.org/tabbed/
+# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: xorg-libx11
name=tabbed
@@ -9,11 +9,9 @@ release=1
source=(http://dl.suckless.org/tools/$name-$version.tar.gz config.h)
build () {
- cd "$name-$version"
- cp $SRC/config.h .
- make
- make DESTDIR=$PKG \
- PREFIX=/usr \
- MANPREFIX=/usr/man \
- install
+ cd "$name-$version"
+
+ cp $SRC/config.h .
+ make CC=gcc
+ make DESTDIR=$PKG PREFIX=/usr install
}

Generated by cgit