Closed ghost closed 7 years ago
CC @PaoloRotolo
I must say that I downloaded the zip file and that it works. But it used to be available though the PPA. Updating is easier, if there are any updates.
Yeah, it's just that the builds haven't been triggered for 16.04 yet :)
Just in case you are having your own repo ;)
mkdir /tmp/docker
docker run --rm -it -v /tmp/docker:/build -w /build ubuntu:xenial /bin/bash
apt-get update
apt-get install git-core devscripts debhelper -y
git clone https://github.com/numixproject/numix-folders
git clone -b packaging https://github.com/numixproject/numix-folders packaging
mv packaging/debian numix-folders/
cd numix-folders/
cat > changelog << EOF
numix-folders (1.1.1+201608030232~194~ubuntu16.04.1) xenial; urgency=low
* Add gksu dependency.
-- Paolo Rotolo <paolorotolo@ubuntu.com> Thu, 12 Jan 2016 21:30:18 +0100
EOF
cat debian/changelog >> changelog
debuild -us -uc << EOF
y
EOF
Now you should have numix-folders_1.1.1+201608030232~194~ubuntu16.04.1_all.deb
inside /tmp/docker
.
Okay, the package is building for Xenial, Yakkety and Zesty right now :) https://code.launchpad.net/~paolorotolo/+recipe/numix-folders
@paolorotolo Thanks Paolo! Will these rebuild automatically when we push updates or do we need to trigger a new package build manually?
Yeah, it will build automatically.
Awesome, thanks :grinning:
Do you plan on making it available for Ubuntu 16.04 ?
Terminal says it can't find the package : numix-folders