diff options
Diffstat (limited to '~lukeshu')
-rw-r--r-- | ~lukeshu/emacs24/PKGBUILD | 6 | ||||
-rw-r--r-- | ~lukeshu/emacs24/emacs.desktop | 12 | ||||
-rw-r--r-- | ~lukeshu/git-svn-abandon-git/PKGBUILD | 2 | ||||
-rw-r--r-- | ~lukeshu/redo/PKGBUILD | 2 | ||||
-rw-r--r-- | ~lukeshu/thingutils-git/PKGBUILD | 3 |
5 files changed, 20 insertions, 5 deletions
diff --git a/~lukeshu/emacs24/PKGBUILD b/~lukeshu/emacs24/PKGBUILD index 00f90b16a..6742edd52 100644 --- a/~lukeshu/emacs24/PKGBUILD +++ b/~lukeshu/emacs24/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Renchi Raju <renchi@green.tam.uiuc.edu> pkgname=emacs24-bzr _majorver=24.0.92 -pkgver=106675 -pkgrel=4 +pkgver=106756 +pkgrel=1 pkgdesc="The extensible, customizable, self-documenting real-time display editor" arch=('i686' 'x86_64') url="http://www.gnu.org/software/emacs/emacs.html" @@ -80,3 +80,5 @@ package() { ln -s "$_majorver" "$pkgdir"/usr/share/emacs/24 rm "$pkgdir"/var/games/emacs/* } + +md5sums=('bc513345deb65f0e910f43c1a74072de') diff --git a/~lukeshu/emacs24/emacs.desktop b/~lukeshu/emacs24/emacs.desktop new file mode 100644 index 000000000..1b18fd46c --- /dev/null +++ b/~lukeshu/emacs24/emacs.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Name=Emacs Text Editor +Name[de]=Emacs Texteditor +GenericName=Text Editor +Comment=Edit text +MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; +Exec=emacs24 %f +Icon=emacs-icon +Type=Application +Terminal=false +Categories=Development;TextEditor; +StartupWMClass=Emacs diff --git a/~lukeshu/git-svn-abandon-git/PKGBUILD b/~lukeshu/git-svn-abandon-git/PKGBUILD index 51cd83817..eb5d94402 100644 --- a/~lukeshu/git-svn-abandon-git/PKGBUILD +++ b/~lukeshu/git-svn-abandon-git/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=git-svn-abandon pkgname=$_pkgname-git provides=($_pkgname) conflicts=($_pkgname) -pkgver=20111224 +pkgver=20120101 pkgrel=1 pkgdesc="" arch=('any') diff --git a/~lukeshu/redo/PKGBUILD b/~lukeshu/redo/PKGBUILD index 95e75dd0e..fa9bdefc2 100644 --- a/~lukeshu/redo/PKGBUILD +++ b/~lukeshu/redo/PKGBUILD @@ -3,7 +3,7 @@ pkgname=redo pkgver=0.06 pkgrel=1 -pkgdesc="A competitor to make based on essays by DJB.") +pkgdesc="A competitor to make based on essays by DJB." arch=('any') url="https://github.com/apenwarr/$pkgname" license=('GPL2') diff --git a/~lukeshu/thingutils-git/PKGBUILD b/~lukeshu/thingutils-git/PKGBUILD index 5ef2c1c56..32504560a 100644 --- a/~lukeshu/thingutils-git/PKGBUILD +++ b/~lukeshu/thingutils-git/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=thingutils pkgname=$_pkgname-git provides=($_pkgname) conflicts=($_pkgname) -pkgver=20111224 +pkgver=20111231 pkgrel=1 pkgdesc="" arch=('any') @@ -19,6 +19,7 @@ depends=( 'sysstat' # sysfiles 'offlineimap' # offlineimap-runner 'wdiff' # chardiff + 'acpi' # batterymon, tempmon ) makedepends=('git') |