From c792644f1240a60b451c6a6c9f0cab907412a748 Mon Sep 17 00:00:00 2001 From: markubiak Date: Sat, 21 May 2016 17:50:24 -0400 Subject: [PATCH] Add stdeb.cfg for building for Ubuntu 16.04 --- README.md | 2 +- stdeb.cfg | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 stdeb.cfg diff --git a/README.md b/README.md index 66e982a..7dfcedc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ #About -wallpaper-reddit is a Python 3 program that sets your wallpaper to the top image of one or multiple subreddits. Version 2 has introduced meny changes, such as the removal of all external dependencies, automatic DE detection for wallpaper setting, and proper setup using setuptools. +wallpaper-reddit is a Python 3 program that sets your wallpaper to the top image of one or multiple subreddits. Version 2 has introduced many changes, such as the removal of all external dependencies, automatic DE detection for wallpaper setting, and proper setup using setuptools. #Installation RPMs for Fedora can be found on the [Releases pages] (https://github.com/markubiak/wallpaper-reddit/releases) diff --git a/stdeb.cfg b/stdeb.cfg new file mode 100644 index 0000000..53dbfa0 --- /dev/null +++ b/stdeb.cfg @@ -0,0 +1,2 @@ +[wallpaper-reddit] +Depends: python3-pil \ No newline at end of file