numixproject / numix-folders

Alternate folders for use with our base icon theme.
GNU General Public License v3.0
151 stars 26 forks source link

numix-folders not available for Ubuntu 16.10 trough PPA #167

Closed morph027 closed 4 years ago

morph027 commented 7 years ago

see #156

morph027 commented 7 years ago

Just in case you are having your own repo ;)

mkdir /tmp/docker
docker run --rm -it -v /tmp/docker:/build -w /build ubuntu:yakkety /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.10) yakkety; 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.10_all.deb inside /tmp/docker.

dirtydancing commented 7 years ago

I just wanted to file this exact same issue report :). By now, arguably a majority of Ubuntu users are running 16.04 LTS or 16.10, so it would be useful to have numix-folders available also for those via PPA.