Skip to content

Commit

Permalink
Applied new upstream ver 0.19
Browse files Browse the repository at this point in the history
- release on ubuntu 22.04
  • Loading branch information
chaeya committed Sep 12, 2023
1 parent 9ea245d commit 57043f6
Show file tree
Hide file tree
Showing 425 changed files with 11,136 additions and 6,608 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ all: buildmo
buildmo:
@echo "Building the mo files"
# WARNING: the second sed below will only works correctly with the languages that don't contain "-"
for file in `ls rabbitvcs-0.18/po/*.po`; do \
lang=`echo $$file | sed 's@po/@@' | sed 's/.po//' | sed 's/rabbitvcs-0.18\///'`; \
install -d rabbitvcs-0.18/locale/$$lang/LC_MESSAGES/; \
msgfmt -o rabbitvcs-0.18/locale/$$lang/LC_MESSAGES/RabbitVCS.mo $$file; \
for file in `ls rabbitvcs-0.19/po/*.po`; do \
lang=`echo $$file | sed 's@po/@@' | sed 's/.po//' | sed 's/rabbitvcs-0.19\///'`; \
install -d rabbitvcs-0.19/locale/$$lang/LC_MESSAGES/; \
msgfmt -o rabbitvcs-0.19/locale/$$lang/LC_MESSAGES/RabbitVCS.mo $$file; \
done \

clean:
rm -rf rabbitvcs-0.18/locale
rm -rf rabbitvcs-0.19/locale
rm -f install
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
hamonikr-nemo-rabbitvcs (1.3.0) stable; urgency=medium

* Applied new upstream ver 0.19
- release on ubuntu 22.04

-- HamoniKR <[email protected]> Tue, 12 Sep 2023 12:55:00 +0900

hamonikr-nemo-rabbitvcs (1.2.4) taebaek; urgency=medium

* Fixed bug on HamoniKR 6.0 Full
Expand Down
4 changes: 2 additions & 2 deletions debian/install
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rabbitvcs-0.18/clients/nemo/RabbitVCS.py usr/share/nemo-python/extensions
rabbitvcs-0.18 /opt
rabbitvcs-0.19/clients/nemo/RabbitVCS.py usr/share/nemo-python/extensions
rabbitvcs-0.19 /opt
2 changes: 1 addition & 1 deletion debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ case "$1" in
# remove previous mo files
rm -f /usr/share/locale/*/LC_MESSAGES/RabbitVCS.mo >/dev/null 2>&1 || true

[ -d "/opt/rabbitvcs-0.18" ] && cd /opt/rabbitvcs-0.18
[ -d "/opt/rabbitvcs-0.19" ] && cd /opt/rabbitvcs-0.19

sudo python3 setup.py install --install-layout=deb \
--record installfiles.txt >/dev/null 2>&1
Expand Down
4 changes: 2 additions & 2 deletions debian/prerm
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
set -e

# uninstall from python3 setup.py
cd /opt/rabbitvcs-0.18
cd /opt/rabbitvcs-0.19
xargs rm -rf < installfiles.txt || true

rm -rf /opt/rabbitvcs-0.18/ || true
rm -rf /opt/rabbitvcs-0.19/ || true
rm -f /usr/share/nemo-python/extensions/RabbitVCS.py || true

4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

cd rabbitvcs-0.18/
cd rabbitvcs-0.19/

sudo python3 setup.py install --install-layout=deb

cd ..
sudo cp rabbitvcs-0.18/clients/nemo/RabbitVCS.py /usr/share/nemo-python/extensions/RabbitVCS.py
sudo cp rabbitvcs-0.19/clients/nemo/RabbitVCS.py /usr/share/nemo-python/extensions/RabbitVCS.py
sudo chmod +x /usr/share/nemo-python/extensions/RabbitVCS.py

nemo -q
22 changes: 0 additions & 22 deletions rabbitvcs-0.18/clients/dolphin/README

This file was deleted.

172 changes: 0 additions & 172 deletions rabbitvcs-0.18/debian/changelog

This file was deleted.

2 changes: 0 additions & 2 deletions rabbitvcs-0.18/debian/clean

This file was deleted.

81 changes: 0 additions & 81 deletions rabbitvcs-0.18/debian/control

This file was deleted.

Loading

0 comments on commit 57043f6

Please sign in to comment.