Codes divers

Check-in [6b98aa3c66]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Prepare hubic-gtk 0.5.2 release
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 6b98aa3c66185320e9f9fd73a33ab1b74cc5e52e
User & Date: milouse 2015-08-10 10:19:40.076
Context
2015-08-10
11:02
Take back hubic on AUR check-in: 4e03e07257 user: milouse tags: trunk
10:19
Prepare hubic-gtk 0.5.2 release check-in: 6b98aa3c66 user: milouse tags: trunk
10:16
Fix bug, which prevent hubic-gtk to correctly open file browser check-in: 4941c59fa5 user: milouse tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to hubic-gtk/Makefile.
1
2
3
4
5
6
7
8
9
10
11
DEST=/usr
L10N=fr en_US
PKGNAME=hubic-gtk
PKGVER=0.5.1
FOSSIL=no

all: build install

build:
	cp $(PKGNAME).py $(PKGNAME)
	sed -i "s|HUBIC_ICONS_PATH = os.path.dirname(os.path.realpath(__file__))|HUBIC_ICONS_PATH = '$(DEST)/share/icons/hicolor/16x16/status'|" $(PKGNAME)



|







1
2
3
4
5
6
7
8
9
10
11
DEST=/usr
L10N=fr en_US
PKGNAME=hubic-gtk
PKGVER=0.5.2
FOSSIL=no

all: build install

build:
	cp $(PKGNAME).py $(PKGNAME)
	sed -i "s|HUBIC_ICONS_PATH = os.path.dirname(os.path.realpath(__file__))|HUBIC_ICONS_PATH = '$(DEST)/share/icons/hicolor/16x16/status'|" $(PKGNAME)
Changes to hubic-gtk/archlinux/.SRCINFO.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Generated by makepkg 4.2.1
# Thu Aug  6 12:41:20 UTC 2015
pkgbase = hubic-gtk
	pkgdesc = An attempt to get a status icon for Hubic on Linux
	pkgver = 0.5.1
	pkgrel = 1
	url = http://projects.depar.is/divers/doc/tip/hubic-gtk/README.md
	install = hubic-gtk.install
	arch = any
	license = custom:WTFPL
	depends = hubic
	depends = python2
	depends = pygtk
	depends = python2-dbus
	depends = python2-notify
	depends = python2-xdg
	source = hubic-gtk-0.5.1.tar.gz::http://projects.depar.is/divers/raw/hubic-gtk/archlinux/hubic-gtk-0.5.1.tar.gz?name=976cdac48a
	sha1sums = 976cdac48a8ec013303efb6c0d5a356142077860

pkgname = hubic-gtk


|


|











|
|



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Generated by makepkg 4.2.1
# Mon Aug 10 10:18:28 UTC 2015
pkgbase = hubic-gtk
	pkgdesc = An attempt to get a status icon for Hubic on Linux
	pkgver = 0.5.2
	pkgrel = 1
	url = http://projects.depar.is/divers/doc/tip/hubic-gtk/README.md
	install = hubic-gtk.install
	arch = any
	license = custom:WTFPL
	depends = hubic
	depends = python2
	depends = pygtk
	depends = python2-dbus
	depends = python2-notify
	depends = python2-xdg
	source = hubic-gtk-0.5.2.tar.gz::http://projects.depar.is/divers/raw/hubic-gtk/archlinux/hubic-gtk-0.5.2.tar.gz?name=04979bad8c
	sha1sums = 04979bad8c2c01faa5da724cafd9200737587d7c

pkgname = hubic-gtk

Changes to hubic-gtk/archlinux/PKGBUILD.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=hubic-gtk
pkgver=0.5.1
pkgrel=1
_fossilver=976cdac48a
pkgdesc="An attempt to get a status icon for Hubic on Linux"
arch=('any')
url="http://projects.depar.is/divers/doc/tip/hubic-gtk/README.md"
license=('custom:WTFPL')
depends=('hubic' 'python2' 'pygtk' 'python2-dbus' 'python2-notify' 'python2-xdg')
install=$pkgname.install
source=($pkgname-$pkgver.tar.gz::http://projects.depar.is/divers/raw/hubic-gtk/archlinux/$pkgname-$pkgver.tar.gz?name=$_fossilver)
sha1sums=('976cdac48a8ec013303efb6c0d5a356142077860')

build(){
  cd $srcdir/$pkgname
  make build
}

package() {



|

|







|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=hubic-gtk
pkgver=0.5.2
pkgrel=1
_fossilver=04979bad8c
pkgdesc="An attempt to get a status icon for Hubic on Linux"
arch=('any')
url="http://projects.depar.is/divers/doc/tip/hubic-gtk/README.md"
license=('custom:WTFPL')
depends=('hubic' 'python2' 'pygtk' 'python2-dbus' 'python2-notify' 'python2-xdg')
install=$pkgname.install
source=($pkgname-$pkgver.tar.gz::http://projects.depar.is/divers/raw/hubic-gtk/archlinux/$pkgname-$pkgver.tar.gz?name=$_fossilver)
sha1sums=('04979bad8c2c01faa5da724cafd9200737587d7c')

build(){
  cd $srcdir/$pkgname
  make build
}

package() {
Added hubic-gtk/archlinux/hubic-gtk-0.5.2.tar.gz.

cannot compute difference between binary files