diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-06-01 23:11:07 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-06-01 23:11:07 -0500 |
commit | 1ef05d5bce02ef0b70d4bcdec0d20bfeaeaa9936 (patch) | |
tree | 8a8cf8a45ecd8a5b43c12223892ce8130e8c3053 /desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild | |
parent | b4e0d576830c8e0dc1216ac1701d0ba22d3463d6 (diff) |
desktop/xfce4-notes-plugin: Updated for version 1.9.0.
Diffstat (limited to 'desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild')
-rw-r--r-- | desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild b/desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild index 0de42e8eba4b..2dd17b2a3b2b 100644 --- a/desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild +++ b/desktop/xfce4-notes-plugin/xfce4-notes-plugin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xfce4-notes-plugin -# Copyright 2006-2011 Robby Workman, Northport, Alabama, USA +# Copyright 2006-2021 Robby Workman, Tuscaloosa, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xfce4-notes-plugin -VERSION=${VERSION:-20201231_b38052b} +VERSION=${VERSION:-1.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +71,7 @@ find -L . \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -./autogen.sh \ +./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc/xfce \ |