Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Propose Version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bajoja committed Nov 10, 2017
1 parent 8f25e9e commit 416e9ed
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 0.9.3
* Add Option to show device main folders instead of internel storage

# Version 0.9.2
* Add Languages: Persian, Polish, Norwegian,Slovenian
* Fix English errors on main translation file
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set (LOCALEDIR ${CMAKE_INSTALL_PREFIX}/share/locale)
set (PKGDATADIR "${DATADIR}/indicator-kdeconnect")
set (RELEASE_NAME "beta")
set (VERSION_INFO "Indicator for KDE Connect daemon")
set (VERSION "0.9.2")
set (VERSION "0.9.3")

# set gettexttranslate
set (GettextTranslate_GMO_BINARY TRUE)
Expand Down Expand Up @@ -73,7 +73,7 @@ install (TARGETS ${INDICATOR_EXEC} RUNTIME DESTINATION bin)
# contractor binary
set (CONTRACTOR_EXEC "kdeconnect-send")
vala_precompile(VALA_C ${CONTRACTOR_EXEC}
src/contractor/KDEConnectSend.vala
src/kdeconnectsend/KDEConnectSend.vala
src/Device.vala
PACKAGES
gtk+-3.0
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ sudo apt update
sudo apt install kdeconnect indicator-kdeconnect
```

- Flatpack
Flatpack source can be found [here](https://github.com/flathub/com.github.bajoja.indicator-kdeconnect)

- From the Source
Check the INSTALL file

Expand Down
3 changes: 3 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
indicator-kdeconnect (0.9.3) precise; urgency=low
* Add Option to show device main folders instead of internel storage

indicator-kdeconnect (0.9.2) precise; urgency=low
* Add Languages: Persian, Polish, Norwegian,Slovenian
* Fix English errors on main translation file
Expand Down
6 changes: 6 additions & 0 deletions rpm/indicator-kdeconnect.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Fri Nov 10 00:00:00 UTC 2017 - <[email protected]>
- Update to version 0.9.3:
* Add Option to show device main folders instead of internel storage

-------------------------------------------------------------------

Sun Set 24 00:00:00 UTC 2017 - <[email protected]>
- Update to version 0.9.2:
* Add Languages: Persian, Polish, Norwegian,Slovenian
Expand Down
5 changes: 4 additions & 1 deletion rpm/indicator-kdeconnect.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

Name: indicator-kdeconnect
Version: 0.9.2
Version: 0.9.3
Release: 0%{?dist}
Summary: App Indicator for KDE Connect
Group: Applications/System
Expand Down Expand Up @@ -122,6 +122,9 @@ cd build

%changelog

* Fri Nov 10 2017 00:00 Bajoja <[email protected]> 0.9.3
- Add Option to show device main folders instead of internel storage

* Sun Sep 24 2017 00:00 Bajoja <[email protected]> 0.9.2
- Add Languages: Persian, Polish, Norwegian,Slovenian
- Fix English errors on main translation file
Expand Down
File renamed without changes.

0 comments on commit 416e9ed

Please sign in to comment.