samdroid-apps / something-for-reddit

A Reddit Client For GNOME (with Gtk+ and Python)
GNU General Public License v3.0
162 stars 14 forks source link

Add arch aur package #23

Closed bilelmoussaoui closed 8 years ago

bilelmoussaoui commented 8 years ago

I've created an arch aur package, the installation will build the latest git version, if you want to create a release from time to time so i can add a stable repo too :) I've also built markdown-urlize in order to make the installation easier for Arch users :p yaourt -S something-for-reddit-git

The AUR package link https://aur.archlinux.org/packages/something-for-reddit-git/ If you think there's something i should change on the package information, don't hesitate :)

samdroid-apps commented 8 years ago

Looks great! I'm not very familiar with arch, but it seems to include all the right deps. You might want to also add "libsoup 2.4+" and "webkitgtk4" (that is the fedora name, it is the WebKit2 api for Gtk3) as deps , and I assume that you have already added markdown-urlize as a dep.

bilelmoussaoui commented 8 years ago

I will add those this evening, i've already added markdown-urlize

bilelmoussaoui commented 8 years ago

Just to let you know, i have update the build and added webkitgtk2 & libsoup as dependencies