mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libnotify: Updated for version 0.4.4
This commit is contained in:
parent
ddb6aeacdb
commit
f4713ec015
4 changed files with 20 additions and 14 deletions
|
@ -1,7 +1,3 @@
|
|||
This is a general library for event notification. It is part of
|
||||
the Galago project, a desktop presence framework. Some uses
|
||||
include a notification plugin for gaim and amarok.
|
||||
|
||||
libnotify requires dbus and dbus-glib, both of which are available
|
||||
in the SlackBuilds.org repository.
|
||||
|
||||
include a notification plugin for gaim/pidgin and amarok.
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
# Slackware build script for libnotify
|
||||
# Written by Erik Hanson erik@slackbuilds.org
|
||||
# Modified by the SlackBuilds.org project
|
||||
# Updated for 0.4.4 by Robby Workman <rworkman@slackbuilds.org>
|
||||
|
||||
PRGNAM=libnotify
|
||||
VERSION=0.4.3
|
||||
VERSION=0.4.4
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libnotify"
|
||||
VERSION="0.4.3"
|
||||
VERSION="0.4.4"
|
||||
HOMEPAGE="http://www.galago-project.org/news/index.php"
|
||||
DOWNLOAD="http://www.galago-project.org/files/releases/source/libnotify/libnotify-0.4.3.tar.bz2"
|
||||
MD5SUM="7e51228c48b50c7a01d62994249ec7f4"
|
||||
DOWNLOAD="http://www.galago-project.org/files/releases/source/libnotify/libnotify-0.4.4.tar.bz2"
|
||||
MD5SUM="0a739819b907fd8ec79a9bc9dbcb42c1"
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
APPROVED="elohim,robw810"
|
||||
APPROVED="BP{k}"
|
||||
|
|
|
@ -1,9 +1,19 @@
|
|||
libnotify: libnotify - a notification library
|
||||
# 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--------------------------------------------------|
|
||||
libnotify: libnotify (notification library)
|
||||
libnotify:
|
||||
libnotify: A general library for event notification
|
||||
libnotify:
|
||||
libnotify:
|
||||
libnotify: Homepage: http://www.galago-project.org/news/index.php
|
||||
libnotify:
|
||||
libnotify:
|
||||
libnotify:
|
||||
libnotify:
|
||||
libnotify:
|
||||
libnotify:
|
||||
|
|
Loading…
Reference in a new issue