Skip to content

Instantly share code, notes, and snippets.

@Alanaktion
Last active November 9, 2015 18:12
Show Gist options
  • Save Alanaktion/072561071b22fb94f298 to your computer and use it in GitHub Desktop.
Save Alanaktion/072561071b22fb94f298 to your computer and use it in GitHub Desktop.
Packages rbrito/mediterranean-gtk-themes as a .deb archive
#!/bin/bash
mkdir -p mediterranean-gtk-themes/usr/share/ && cd $_
git clone --depth=1 https://github.com/rbrito/mediterranean-gtk-themes.git themes
cd themes
VER=$(git rev-parse --short=12 HEAD)
rm -rf .git
rm LICENSE README.md
cd ../../..
mkdir DEBIAN
cat >DEBIAN/control <<EOL
Package: mediterranean-gtk-themes
Version: $VER
Architecture: all
Maintainer: Rogério Brito <rbrito@ime.usp.br>
Description: Maintenance fork of the Mediterranean theme for GTK2/3.
EOL
cd ..
dpkg-deb --build mediterranean-gtk-themes
@Alanaktion
Copy link
Author

Here's the current version packaged: mediterranean-gtk-themes.deb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment