diff --git a/BUILD_ORDER b/BUILD_ORDER index edec40b..d73a427 100644 --- a/BUILD_ORDER +++ b/BUILD_ORDER @@ -12,7 +12,7 @@ accountsservice cinnamon-desktop pangox-compat libgnomekbd -xapps +xapp cinnamon-session libgusb colord diff --git a/build-cinnamon.sh b/build-cinnamon.sh index aa89adc..5f48706 100755 --- a/build-cinnamon.sh +++ b/build-cinnamon.sh @@ -56,7 +56,7 @@ for dir in \ cinnamon-desktop \ pangox-compat \ libgnomekbd \ - xapps \ + xapp \ cinnamon-session \ libgusb \ colord \ diff --git a/xapps/doinst.sh b/xapp/doinst.sh similarity index 100% rename from xapps/doinst.sh rename to xapp/doinst.sh diff --git a/xapp/slack-desc b/xapp/slack-desc new file mode 100644 index 0000000..3816129 --- /dev/null +++ b/xapp/slack-desc @@ -0,0 +1,12 @@ + |-----handy-ruler------------------------------------------------------| +xapp: xapp (Common library for X-Apps project) +xapp: +xapp: This project gathers the components which are common to multiple +xapp: desktop environments and required to implement cross-DE solutions. +xapp: +xapp: +xapp: Project URL: https://github.com/linuxmint/xapp +xapp: +xapp: +xapp: +xapp: diff --git a/xapps/xapps.SlackBuild b/xapp/xapp.SlackBuild similarity index 95% rename from xapps/xapps.SlackBuild rename to xapp/xapp.SlackBuild index 656ae86..37118ad 100644 --- a/xapps/xapps.SlackBuild +++ b/xapp/xapp.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Slackware build script for xapps +# Slackware build script for xapp # Copyright 2016-2020 Willy Sudiarto Raharjo # All rights reserved. @@ -22,8 +22,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -PRGNAM=xapps -VERSION=${VERSION:-1.8.8} +PRGNAM=xapp +VERSION=${VERSION:-1.8.9} BUILD=${BUILD:-1} TAG=${TAG:-_csb} @@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c https://github.com/linuxmint/xapps/archive/$VERSION/$PRGNAM-$VERSION.tar.gz +wget -c https://github.com/linuxmint/xapp/archive/$VERSION/$PRGNAM-$VERSION.tar.gz CWD=$(pwd) TMP=${TMP:-/tmp/csb} diff --git a/xapps/slack-desc b/xapps/slack-desc deleted file mode 100644 index 07c22dc..0000000 --- a/xapps/slack-desc +++ /dev/null @@ -1,12 +0,0 @@ - |-----handy-ruler------------------------------------------------------| -xapps: xapps (Common library for X-Apps project) -xapps: -xapps: This project gathers the components which are common to multiple -xapps: desktop environments and required to implement cross-DE solutions. -xapps: -xapps: -xapps: Project URL: https://github.com/linuxmint/xapps -xapps: -xapps: -xapps: -xapps: