mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/notify-python: Updated for version 0.1.1
This commit is contained in:
parent
345cea0f54
commit
07834f5bc8
4 changed files with 14 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
notify-python is a python module to use libnotify.
|
||||
This requires libnotify and pygtk, both of which are available
|
||||
at SlackBuilds.org
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ VERSION=0.1.1
|
|||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=`pwd`
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
|
|
@ -5,4 +5,4 @@ DOWNLOAD="http://www.galago-project.org/files/releases/source/notify-python/noti
|
|||
MD5SUM="d247cf79b46cef7495deb0a76334f81d"
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
APPROVED="elohim,robw810"
|
||||
APPROVED="elohim,rworkman"
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
notify-python: notify-python - Python module to use libnotify
|
||||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
notify-python: notify-python (Python module to use libnotify)
|
||||
notify-python:
|
||||
notify-python: A python module to use libnotify
|
||||
notify-python:
|
||||
|
@ -6,3 +14,6 @@ notify-python: http://www.galago-project.org/
|
|||
notify-python:
|
||||
notify-python:
|
||||
notify-python:
|
||||
notify-python:
|
||||
notify-python:
|
||||
notify-python:
|
||||
|
|
Loading…
Reference in a new issue