Skip to content

Commit

Permalink
Fix build scripts for Restore Tab plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 17, 2011
1 parent 81560f3 commit 80877a7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
@@ -1,3 +1,8 @@
gedit-gmate (0.10~uorppa4) oneiric; urgency=low
* Rewrite build script to support Restore Tab plugin.

-- Andrey Sitnik <andrey@sitnik.ru> Fri, 18 Nov 2011 02:01:51 +0900

gedit-gmate (0.10~uorppa2) oneiric; urgency=low
* Add dependences for Restore Tabs.

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -3,7 +3,7 @@ Section: gnome
Priority: optional
Maintainer: Andrey Sitnik <andrey@sitnik.ru>
Build-Depends: debhelper (>= 7)
Standards-Version: 0.10~uorppa2
Standards-Version: 0.10~uorppa4
Homepage: http://github.com/gmate/gmate
Vcs-Git: git://github.com/gmate/gmate.git
Vcs-Browser: http://github.com/gmate/gmate
Expand Down
1 change: 1 addition & 0 deletions debian/dirs
Expand Up @@ -4,3 +4,4 @@
/usr/share/gtksourceview-3.0/styles/
/usr/share/gedit/gmate/
/usr/share/gedit/plugins/snippets/
/usr/share/glib-2.0/schemas/
3 changes: 3 additions & 0 deletions debian/postinst
Expand Up @@ -7,5 +7,8 @@ ln -nfs /usr/share/gedit/gmate/gmate.py /usr/bin/mate
ln -nfs /usr/share/gedit/gmate/gmate.py /usr/bin/e
ln -nfs /usr/share/gedit/gmate/gmate.py /usr/bin/g

# Restore Tabs plugin
glib-compile-schemas /usr/share/glib-2.0/schemas/

#DEBHELPER#

3 changes: 1 addition & 2 deletions debian/rules
Expand Up @@ -20,8 +20,7 @@ install:
for plugin in plugins/gedit3/*; do \
cp -R $$plugin/* $(build)/usr/lib/gedit/plugins/; \
done
sudo cp plugins/gedit3/restoretabs/org.gnome.gedit.plugins.restoretabs.gschema.xml /usr/share/glib-2.0/schemas/
sudo glib-compile-schemas /usr/share/glib-2.0/schemas/
cp plugins/gedit3/restoretabs/org.gnome.gedit.plugins.restoretabs.gschema.xml $(build)/usr/share/glib-2.0/schemas/
cp -R snippets/* $(build)/usr/share/gedit/plugins/snippets/
cp gmate.py $(build)/usr/share/gedit/gmate/

Expand Down

0 comments on commit 80877a7

Please sign in to comment.