diff --git a/BUILD_ORDER b/BUILD_ORDER index 7864ba2..4474bcd 100644 --- a/BUILD_ORDER +++ b/BUILD_ORDER @@ -1,3 +1,4 @@ +gsound libcroco pytz libtimezonemap diff --git a/build-cinnamon.sh b/build-cinnamon.sh index b494d1e..9e0205f 100755 --- a/build-cinnamon.sh +++ b/build-cinnamon.sh @@ -42,6 +42,7 @@ CHECKDUPLICATE=0 # Loop for all packages for dir in \ + gsound \ libcroco \ pytz \ libtimezonemap \ diff --git a/gsound/gsound.SlackBuild b/gsound/gsound.SlackBuild new file mode 100644 index 0000000..3ac3c76 --- /dev/null +++ b/gsound/gsound.SlackBuild @@ -0,0 +1,112 @@ +#!/bin/bash + +# Slackware build script for gsound. + +# Copyright 2022 Jeremy Hansen $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/gsound/slack-desc b/gsound/slack-desc new file mode 100644 index 0000000..c74a595 --- /dev/null +++ b/gsound/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +gsound: gsound (small library for playing system sounds) +gsound: +gsound: GSound is a small library for playing system sounds. It's designed to +gsound: be used via GObject Introspection, and is a thin wrapper around the +gsound: libcanberra C library. +gsound: +gsound: HOMEPAGE: https://wiki.gnome.org/Projects/GSound +gsound: +gsound: +gsound: +gsound: